diff --git a/src/apps.json b/src/apps.json index 0a01af5e5..0c1570878 100755 --- a/src/apps.json +++ b/src/apps.json @@ -3932,6 +3932,14 @@ "implies": "PHP", "website": "www.lithium.com" }, + "LiveAgent": { + "cats": [ + 52 + ], + "env": "^LiveAgent$", + "icon": "LiveAgent.png", + "website": "www.ladesk.com" + }, "LiveChat": { "cats": [ 52 @@ -9209,4 +9217,4 @@ "51": "Landing Page Builders", "52": "Live Chat" } -} \ No newline at end of file +} diff --git a/src/icons/LiveAgent.png b/src/icons/LiveAgent.png new file mode 100644 index 000000000..112c6a95b Binary files /dev/null and b/src/icons/LiveAgent.png differ