Update apps.json

main
P THE AWESOME 11 years ago
parent 15ec98a9bc
commit 378726d317

@ -1178,8 +1178,7 @@
"HeadJS": { "HeadJS": {
"website": "headjs.com", "website": "headjs.com",
"cats": [ 12 ], "cats": [ 12 ],
"script": "head.*\\.js", "script": "head\\.(core|load)(\\.min|)\\.js",
"env": "^head$"
}, },
"Hello Bar": { "Hello Bar": {
"website": "hellobar.com", "website": "hellobar.com",
@ -1461,10 +1460,8 @@
"JSON (External File)": { "JSON (External File)": {
"website": "json.org", "website": "json.org",
"cats": [ 27, 34 ], "cats": [ 27, 34 ],
"headers": { "Content-Type": ".*(application\\/JSON|text\\/JSON).*" }, "headers": { "Content-Type": "(?:application|text)\\/JSON" },
"script": ".*\\.json", "url": "\\.json(?:$|\\?)"
"html": "<.*src=(\"|').*\\.json(\"|').*>",
"url": ".*\\.json"
}, },
"JTL Shop": { "JTL Shop": {
"website": "www.jtl-software.de/produkte/jtl-shop3", "website": "www.jtl-software.de/produkte/jtl-shop3",