From 1559381ed99b1cae0bd5bd20c13532bc97b93831 Mon Sep 17 00:00:00 2001 From: Rico040 <93081680+Rico040@users.noreply.github.com> Date: Fri, 5 Apr 2024 22:16:02 +1000 Subject: [PATCH] Update manifest.json --- plugins/template/manifest.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugins/template/manifest.json b/plugins/template/manifest.json index 7ae52d5..9f7a1d6 100644 --- a/plugins/template/manifest.json +++ b/plugins/template/manifest.json @@ -1,14 +1,14 @@ { - "name": "Template Plugin", - "description": "A plugin for use as a template.", + "name": "ThemeRepo", + "description": "Browse all vendetta/revenge themes.", "authors": [ { - "name": "You!", - "id": "YOUR_ID_HERE" + "name": "Rico040", + "id": "619474349845643275" } ], "main": "src/index.ts", "vendetta": { - "icon": "ic_badge_staff" + "icon": "ic_paint_brush" } -} \ No newline at end of file +}