From a4253a5c6430d19fece28f4c6d89942d94748cd2 Mon Sep 17 00:00:00 2001 From: Rikko Date: Fri, 26 Aug 2022 21:58:38 +0530 Subject: [PATCH] Update meta --- plugins/utilities.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/plugins/utilities.json b/plugins/utilities.json index b98c05d..0950e0a 100644 --- a/plugins/utilities.json +++ b/plugins/utilities.json @@ -54,6 +54,25 @@ "md5sum": "233dfaa7f0e9394d21454f4ffa7d0205" } } + }, + "colorscheme_dependant": { + "description": "A sample plugin using colorscheme plugin as a dependency", + "authors": [ + { + "name": "Rikko", + "email": "rikkolovescats@proton.me", + "discord": "Rikko#7383" + } + ], + "versions": { + "0.0.1": { + "api_version": 7, + "commit_sha": "776fc174", + "dependencies": ["colorscheme"], + "released_on": "26-08-2022", + "md5sum": "4243b4208fc10fa0de17241e6f51188a" + } + } } } }