diff --git a/src/apps.json b/src/apps.json index a8dc48a64..a2de0eafb 100644 --- a/src/apps.json +++ b/src/apps.json @@ -9852,6 +9852,14 @@ "implies": "PHP", "website": "https://www.silverstripe.org" }, + "Simple Analytics": { + "cats": [ + 10 + ], + "icon": "SimpleAnalytics.svg", + "script": "^https:\\/\\/cdn\\.simpleanalytics\\.io\\/hello\\.js", + "website": "https://simpleanalytics.com" + }, "SimpleHTTP": { "cats": [ 22 diff --git a/src/icons/SimpleAnalytics.svg b/src/icons/SimpleAnalytics.svg new file mode 100644 index 000000000..772ac7923 --- /dev/null +++ b/src/icons/SimpleAnalytics.svg @@ -0,0 +1 @@ + \ No newline at end of file