diff --git a/src/apps.json b/src/apps.json index 0759ee03a..8a796fa0d 100644 --- a/src/apps.json +++ b/src/apps.json @@ -2745,6 +2745,20 @@ "script": "dtagent.*\\.js", "website": "http://dynatrace.com" }, + "EasyEngine": { + "cats": [ + 47, + 9 + ], + "icon": "EasyEngine.png", + "implies": [ + "Docker" + ], + "headers": { + "x-powered-by": "^EasyEngine (.*)$\\;version:\\1" + }, + "website": "https://easyengine.io" + }, "EC-CUBE": { "cats": [ 6 diff --git a/src/icons/EasyEngine.png b/src/icons/EasyEngine.png new file mode 100644 index 000000000..737ecd1b7 Binary files /dev/null and b/src/icons/EasyEngine.png differ