diff --git a/src/apps.json b/src/apps.json index 5f5e23fbf..10791e7a6 100644 --- a/src/apps.json +++ b/src/apps.json @@ -9698,6 +9698,21 @@ "icon": "XenForo.png", "website": "http://xenforo.com" }, + "Xeora": { + "cats": [ + "18", + "22", + "27" + ], + "html": "", + "headers": { + "Server": "XeoraEngine", + "X-Powered-By": "XeoraCube" + }, + "icon": "xeora.png", + "script": "/_bi_sps_v.+\\.js", + "website": "http://www.xeora.org" + }, "Xitami": { "cats": [ "22" diff --git a/src/icons/xeora.png b/src/icons/xeora.png new file mode 100644 index 000000000..36151f12f Binary files /dev/null and b/src/icons/xeora.png differ