diff --git a/share/apps.json b/share/apps.json index 012b21851..9384e2dc1 100644 --- a/share/apps.json +++ b/share/apps.json @@ -996,6 +996,11 @@ "cats": [ 22 ], "headers": { "Server": "Google Frontend" } }, + "Google Charts": { + "website": "developers.google.com/chart/", + "cats": [ 25 ], + "env": "^google\\.visualization$" + }, "Google Code Prettify": { "website": "code.google.com/p/google-code-prettify", "cats": [ 19 ], @@ -1054,6 +1059,7 @@ "Gravatar": { "website": "gravatar.com", "cats": [ 19 ], + "html": "(secure\\.)?gravatar\\.com/avatar/.+", "env": "^Gravatar$" }, "Gravity Insights": { @@ -1192,7 +1198,8 @@ "Intercom": { "website": "intercom.io", "cats": [ 10 ], - "script": "api\\.intercom\\.io/api" + "script": "(api\\.intercom\\.io/api|static\\.intercomcdn\\.com/intercom\\.v1)", + "env": "^Intercom$" }, "Intershop": { "website": "intershop.com", diff --git a/share/images/icons/Google Charts.png b/share/images/icons/Google Charts.png new file mode 100644 index 000000000..2fcbc3999 Binary files /dev/null and b/share/images/icons/Google Charts.png differ