From 7887bbf8768062aa5b719a32d81f0851bf48056c Mon Sep 17 00:00:00 2001 From: Nimsandu Kottage <57834844+nimsandu@users.noreply.github.com> Date: Tue, 19 Apr 2022 02:51:02 +0530 Subject: [PATCH] fix(Bloom): add theme manifest (#725) * add bloom theme manifeast * update file path * update readme Co-authored-by: Afonso Jorge Ramos --- manifest.json | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 12f5761..4bc7147 100644 --- a/manifest.json +++ b/manifest.json @@ -102,5 +102,21 @@ "url": "https://github.com/schnensch0" } ] - } -] \ No newline at end of file + }, + { + "name": "Bloom", + "description": "Spicetify theme inspired by Microsoft's Windows 11 Bloom Experience", + "preview": "https://raw.githubusercontent.com/nimsandu/spicetify-bloom/main/Dark-1.png", + "readme": "Bloom/README.md", + "usercss": "user.css", + "schemes": "color.ini", + "include": ["https://raw.githubusercontent.com/spicetify/spicetify-themes/master/Bloom/bloom.js"], + "branch": "main", + "authors": [ + { + "name": "nimsandu", + "url": "https://github.com/nimsandu" + } + ] +} +]