diff --git a/src/apps.json b/src/apps.json index bee84b588..a59d6bab4 100755 --- a/src/apps.json +++ b/src/apps.json @@ -9956,6 +9956,15 @@ "icon": "lighttpd.png", "website": "http://www.lighttpd.net" }, + "LiveHelp": { + "cats": [ + "52", + "53" + ], + "script": "^https?://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