From d626c5bd598e415f76ec8664d17863e2c041c603 Mon Sep 17 00:00:00 2001 From: /home/neo <158327205+neoapps-dev@users.noreply.github.com> Date: Sun, 14 Jun 2026 19:30:18 +0300 Subject: [PATCH] init --- .00plugins/themeloader/meta.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .00plugins/themeloader/meta.json diff --git a/.00plugins/themeloader/meta.json b/.00plugins/themeloader/meta.json new file mode 100644 index 0000000..750454d --- /dev/null +++ b/.00plugins/themeloader/meta.json @@ -0,0 +1,11 @@ +{ + "id": "themeloader", + "name": "ThemeLoader", + "version": "1.0.0", + "author": "neoapps", + "description": "Theme loader and manager for Emerald Launcher", + "extended_description": "# THE OFFICIAL THEMELOADER FOR EMERALD LAUNCHER", + "main": "main.js", + "permissions": ["storage:plugin", "hooks:app:ready"], + "files": [] +}