diff --git a/src/apps.json b/src/apps.json index e2d61e086..15e580efe 100755 --- a/src/apps.json +++ b/src/apps.json @@ -8674,6 +8674,16 @@ "script": "(?:scriptaculous|protoaculous)\\.js", "website": "script.aculo.us" }, + "Segment": { + "cats": [ + 10 + ], + "env": "^analytics$", + "icon": "Segment.png", + "script": "cdn\\.segment\\.com/analytics\\.js", + "html": "", + "website": "segment.com" + }, "shine.js": { "cats": [ 25 diff --git a/src/icons/Segment.png b/src/icons/Segment.png new file mode 100644 index 000000000..f9c595f08 Binary files /dev/null and b/src/icons/Segment.png differ