diff --git a/src/apps.json b/src/apps.json index 183577481..e11d9e291 100755 --- a/src/apps.json +++ b/src/apps.json @@ -3430,6 +3430,18 @@ }, "website": "http://hotarucms.org" }, + "Hotjar": { + "cats": [ + "10" + ], + "env": [ + "^HotLeadfactory$", + "^HotleadController$", + ], + "icon": "Hotjar.png", + "script": "^//static\\.hotjar\\.com/c/hotjar-", + "website": "https://www.hotjar.com" + }, "HubSpot": { "cats": [ "32" @@ -10319,4 +10331,4 @@ "priority": "9" } } -} \ No newline at end of file +} diff --git a/src/icons/Hotjar.png b/src/icons/Hotjar.png new file mode 100755 index 000000000..dd9f0c3db Binary files /dev/null and b/src/icons/Hotjar.png differ