diff --git a/src/apps.json b/src/apps.json index 0b48310d6..49340afb6 100644 --- a/src/apps.json +++ b/src/apps.json @@ -947,6 +947,17 @@ "icon": "bizweb.png", "website": "https://www.bizweb.vn" }, + "Blade": { + "cats": [ + "18", "22" + ], + "headers": { + "X-Powered-By": "blade-([\\w.]+)?\\;version:\\1" + }, + "icon": "Blade.png", + "implies": "Java", + "website": "https://lets-blade.com" + }, "Blesta": { "cats": [ "6" diff --git a/src/icons/Blade.png b/src/icons/Blade.png new file mode 100644 index 000000000..64ec225c5 Binary files /dev/null and b/src/icons/Blade.png differ