diff --git a/src/apps.json b/src/apps.json index 085251734..e8549de22 100755 --- a/src/apps.json +++ b/src/apps.json @@ -8400,6 +8400,15 @@ "icon": "Usabilla.svg", "website": "http://usabilla.com" }, + "UserEngage": { + "cats": [ + "10" + ], + "env": "^UserEngage$", + "icon": "UserEngage.png", + "script": "(?:https:\\/\\/widget\\.userengage\\.com\\/widget\\.js)", + "website": "https://userengage.com" + }, "UserLike": { "cats": [ "52" diff --git a/src/icons/UserEngage.png b/src/icons/UserEngage.png new file mode 100644 index 000000000..49f2d16af Binary files /dev/null and b/src/icons/UserEngage.png differ