Files
OneForAll-mirror/data/rules/whatweb/extjs.json
T
2020-07-29 00:02:06 +08:00

13 lines
384 B
JSON

{
"name": "ExtJS",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Ext JS is a cross-browser JavaScript library for building rich internet applications.",
"website": "http://www.sencha.com/products/extjs/",
"matches": [
{
"regexp": "(?i-mx:<script [^>]*src=[\"'][^>]*ext\\-base\\.js[\"'])"
}
]
}