From 72e415821d1c3599ba74ab1e543e98490a11535d Mon Sep 17 00:00:00 2001 From: dyzulk <66510723+dyzulk@users.noreply.github.com> Date: Sun, 18 Jan 2026 17:27:27 +0700 Subject: [PATCH] feat: Add Mivo Theme Downloader plugin entry to plugins.json. --- public/plugins.json | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/public/plugins.json b/public/plugins.json index 0a6a787..b2da43d 100644 --- a/public/plugins.json +++ b/public/plugins.json @@ -1,12 +1,17 @@ [ { "id": "plugin-mivo-theme", - "name": null, - "description": "", - "author": "mivodev", - "version": "v1.0.0", - "category": "Uncategorized", - "tags": [], + "name": "Mivo Theme Downloader", + "description": "Allows downloading the Captive Portal theme with auto-configuration.", + "author": "DyzulkDev", + "version": "1.0.0", + "category": "Hotspot Tools", + "tags": [ + "theme", + "downloader", + "hotspot", + "captive-portal" + ], "repo": "https://github.com/mivodev/plugin-mivo-theme", "download": "https://github.com/mivodev/plugin-mivo-theme/releases/download/v1.0.0/plugin-mivo-theme.zip", "readme": "/plugins/plugin-mivo-theme",