diff --git a/src/apps.json b/src/apps.json index b425fb06d..1959fd85d 100755 --- a/src/apps.json +++ b/src/apps.json @@ -2218,6 +2218,23 @@ "icon": "ESERV-10.png", "website": "http://www.violasystems.com" }, + "Etherpad": { + "cats": [ + 24 + ], + "headers": { + "Server": "^Etherpad" + }, + "env": [ + "^pad(?:editbar|impexp)$" + ], + "script": [ + "/ep_etherpad-lite/" + ], + "icon": "etherpad.png", + "implies": "Node.js", + "website": "https://etherpad.org" + }, "EWS-NIC4": { "cats": [ 22 diff --git a/src/icons/etherpad.png b/src/icons/etherpad.png new file mode 100644 index 000000000..8cf4ddebf Binary files /dev/null and b/src/icons/etherpad.png differ