diff --git a/src/apps.json b/src/apps.json index ab78bd338..a5828e2a5 100755 --- a/src/apps.json +++ b/src/apps.json @@ -10020,6 +10020,15 @@ "icon": "swift.engine.png", "website": "http://mittec.ru/default" }, + “WEBXPAY”: { + "cats": [ + "6" + ], + "env": "^WEBXPAY$", + "html": "Powered by WEBXPAY<", + "icon": “WEBXPAY.png”, + "website": "https://webxpay.com" + }, "three.js": { "cats": [ "25" diff --git a/src/icons/WEBXPAY.png b/src/icons/WEBXPAY.png new file mode 100644 index 000000000..425391d63 Binary files /dev/null and b/src/icons/WEBXPAY.png differ