diff --git a/share/apps.json b/share/apps.json index 917ee8a8d..9384e2dc1 100644 --- a/share/apps.json +++ b/share/apps.json @@ -999,7 +999,7 @@ "Google Charts": { "website": "developers.google.com/chart/", "cats": [ 25 ], - "env": "^google.visualization$" + "env": "^google\\.visualization$" }, "Google Code Prettify": { "website": "code.google.com/p/google-code-prettify", @@ -1059,7 +1059,8 @@ "Gravatar": { "website": "gravatar.com", "cats": [ 19 ], - "html": "(secure\\.)?gravatar\\.com/avatar/.+" + "html": "(secure\\.)?gravatar\\.com/avatar/.+", + "env": "^Gravatar$" }, "Gravity Insights": { "website": "insights.gravity.com", @@ -1197,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