diff --git a/share/apps.json b/share/apps.json index d931b416c..eea74d23f 100644 --- a/share/apps.json +++ b/share/apps.json @@ -1175,6 +1175,12 @@ "cats": [ 12 ], "env": "^Handlebars$" }, + "HeadJS": { + "website": "headjs.com", + "cats": [ 12 ], + "script": "head.*\\.js", + "env": "^head$" + }, "Hello Bar": { "website": "hellobar.com", "cats": [ 5 ], @@ -1452,6 +1458,14 @@ "script": "jscharts.*\\.js", "env": "^JSChart$" }, + "JSON (External File)": { + "website": "json.org", + "cats": [ 27, 34 ], + "headers": { "Content-Type": ".*(application\\/JSON|text\\/JSON).*" }, + "script": ".*\\.json", + "html": "<.*src=(\"|').*\\.json(\"|').*>", + "url": ".*\\.json" + }, "JTL Shop": { "website": "www.jtl-software.de/produkte/jtl-shop3", "cats": [ 6 ], @@ -3327,4 +3341,4 @@ "html": "]+foundation[^>\"]+css" } } -} +} \ No newline at end of file diff --git a/share/images/icons/HeadJS.png b/share/images/icons/HeadJS.png new file mode 100644 index 000000000..fe2e4b6ed Binary files /dev/null and b/share/images/icons/HeadJS.png differ diff --git a/share/images/icons/JSON (External File).png b/share/images/icons/JSON (External File).png new file mode 100644 index 000000000..aafc2d177 Binary files /dev/null and b/share/images/icons/JSON (External File).png differ