diff --git a/src/apps.json b/src/apps.json index 699abdf17..72b17bedd 100644 --- a/src/apps.json +++ b/src/apps.json @@ -2188,6 +2188,16 @@ "icon": "CouchDB.png", "website": "http://couchdb.apache.org" }, + "Countly": { + "cats": [ + 10 + ], + "icon": "Countly.png", + "js": { + "Countly": "" + }, + "website": "https://count.ly" + }, "Cowboy": { "cats": [ 18, diff --git a/src/icons/Countly.png b/src/icons/Countly.png new file mode 100644 index 000000000..ae9d8db96 Binary files /dev/null and b/src/icons/Countly.png differ