diff --git a/src/apps.json b/src/apps.json index 02e614fb7..03b1f7949 100755 --- a/src/apps.json +++ b/src/apps.json @@ -2547,6 +2547,17 @@ }, "website": "impresspages.org" }, + "INFOnline": { + "cats": [ + 10 + ], + "env": [ + "^szmvars$", + "^iam_data$" + ], + "script": "^https?://(?:[^/]+\\.)?i(?:oam|v)wbox\\.de/", + "website": "infonline.de" + }, "InProces": { "cats": [ 1 @@ -7227,4 +7238,4 @@ "49": "feed-readers", "50": "document-management-systems" } -} \ No newline at end of file +} diff --git a/src/icons/INFOnline.png b/src/icons/INFOnline.png new file mode 100644 index 000000000..99cd49958 Binary files /dev/null and b/src/icons/INFOnline.png differ