diff --git a/src/apps.json b/src/apps.json index dcb589660..c5c678d20 100755 --- a/src/apps.json +++ b/src/apps.json @@ -9854,6 +9854,14 @@ "icon": "lighttpd.png", "website": "http://www.lighttpd.net" }, + "LiveHelp": { + "cats": [ + "52", "53" + ], + "script": "http[s]{0,1}:\/\/server\.livehelp\.it\/widgetjs\/[0-9]{5}\/[0-9]{1,3}\.js?.*", + "icon": "LiveHelp.png", + "website": "http://www.livehelp.it" + }, "math.js": { "cats": [ "12" diff --git a/src/icons/LiveHelp.png b/src/icons/LiveHelp.png new file mode 100644 index 000000000..07e888a7a Binary files /dev/null and b/src/icons/LiveHelp.png differ