diff --git a/src/apps.json b/src/apps.json index db43e96b3..5acbf6c2a 100755 --- a/src/apps.json +++ b/src/apps.json @@ -10254,6 +10254,14 @@ "icon": "xui.png", "script": "[^a-z]xui.*\\.js", "website": "http://xuijs.com" + }, + "Moon": { + "cats": [ + "12" + ], + "icon": "moon.png", + "script": "/moon(?:\\.min)?\\.js$", + "website": "http://moonjs.ga/" } }, "categories": { diff --git a/src/icons/moon.png b/src/icons/moon.png new file mode 100644 index 000000000..2fdae7cc3 Binary files /dev/null and b/src/icons/moon.png differ