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" + } + ] +} +]