diff --git a/src/apps.json b/src/apps.json index e6b6de7a7..e5437d956 100755 --- a/src/apps.json +++ b/src/apps.json @@ -3776,6 +3776,18 @@ "implies": "Java", "website": "www.eclipse.org/jetty" }, + "Jimdo": { + "cats": [ + 1 + ], + "headers": { + "X-Jimdo-Instance": "", + "X-Jimdo-Wid": "" + }, + "env": "^jimdo_(?:Data|Gen\\d+)$", + "icon": "jimdo.png", + "website": "www.jimdo.com/" + }, "Jirafe": { "cats": [ 10, diff --git a/src/icons/jimdo.png b/src/icons/jimdo.png new file mode 100644 index 000000000..d4a12d8a8 Binary files /dev/null and b/src/icons/jimdo.png differ