diff --git a/manifest.json b/manifest.json index e69de29..2a4a747 100644 --- a/manifest.json +++ b/manifest.json @@ -0,0 +1,174 @@ +[ + { + "name": "Bloom", + "description": "Spicetify theme inspired by Microsoft's Windows 11 Bloom Experience", + "preview": "Bloom/screenshots/Dark-1.png", + "readme": "Bloom/README.md", + "usercss": "Bloom/user.css", + "schemes": "Bloom/color.ini", + "include": [ + "https://raw.githubusercontent.com/spicetify/spicetify-themes/master/Bloom/bloom.js" + ], + "authors": [ + { + "name": "nimsandu", + "url": "https://github.com/nimsandu" + } + ] + }, + { + "name": "BurntSienna", + "description": "BurntSienna", + "preview": "BurntSienna/screenshot.png", + "readme": "BurntSienna/README.md", + "usercss": "BurntSienna/user.css", + "schemes": "BurntSienna/color.ini", + "authors": [ + { + "name": "pjaspinski", + "url": "https://github.com/pjaspinski" + } + ] + }, + { + "name": "Default", + "description": "Default", + "preview": "Default/ocean.png", + "readme": "Default/README.md", + "usercss": "Default/user.css", + "schemes": "Default/color.ini", + "authors": [ + { + "name": "Blacksuan19", + "url": "https://github.com/Blacksuan19" + } + ] + }, + { + "name": "Dreary", + "description": "Keep things boxed in and nice looking", + "preview": "Dreary/deeper.png", + "readme": "README.md", + "usercss": "Dreary/user.css", + "schemes": "Dreary/color.ini", + "tags": [ + "dark" + ] + }, + { + "name": "Dribbblish", + "description": "Dribbblish", + "preview": "Dribbblish/base.png", + "readme": "Dribbblish/README.md", + "usercss": "Dribbblish/user.css", + "schemes": "Dribbblish/color.ini", + "include": [ + "https://raw.githubusercontent.com/spicetify/spicetify-themes/master/Dribbblish/dribbblish.js" + ], + "authors": [ + { + "name": "khanhas", + "url": "https://github.com/khanhas" + } + ] + }, + { + "name": "Flow", + "description": "Spicetify theme that has linear gradient effect and vertical playbar", + "preview": "https://raw.githubusercontent.com/spicetify/spicetify-themes/master/Flow/screenshots/pink.png", + "readme": "Flow/README.md", + "usercss": "Flow/user.css", + "schemes": "Flow/color.ini", + "authors": [ + { + "name": "Ian Liao", + "url": "https://github.com/ian-Liaozy" + }, + { + "name": "Victoria Zhang", + "url": "https://github.com/Ruixi-Zhang" + }, + { + "name": "Yu Sung Lee", + "url": "https://github.com/yslDevelop" + }, + { + "name": "Alex Casieri", + "url": "https://github.com/alexcasieri30" + } + ] + }, + { + "name": "Glaze", + "description": "Glaze", + "preview": "screenshots/dark.png", + "readme": "README.md", + "usercss": "https://github.com/CharlieS1103/Glaze-theme/blob/main/user.css", + "schemes": "https://github.com/CharlieS1103/Glaze-theme/blob/main/color.ini", + "authors": [ + { + "name": "CharlieS1103", + "url": "https://github.com/CharlieS1103" + } + ] + }, + { + "name": "Onepunch", + "description": "Onepunch", + "preview": "Onepunch/screenshots/dark_home.png", + "readme": "Onepunch/README.md", + "usercss": "Onepunch/user.css", + "schemes": "Onepunch/color.ini", + "authors": [ + { + "name": "okarin001", + "url": "https://github.com/okarin001" + } + ] + }, + { + "name": "Sleek", + "description": "Sleek", + "preview": "Sleek/coral.png", + "readme": "Sleek/README.md", + "usercss": "Sleek/user.css", + "schemes": "Sleek/color.ini", + "authors": [ + { + "name": "harbassan", + "url": "https://github.com/harbassan" + } + ] + }, + { + "name": "Turntable", + "description": "Turntable", + "preview": "Turntable/screenshots/turntable.png", + "readme": "Turntable/README.md", + "usercss": "Turntable/user.css", + "schemes": "Turntable/color.ini", + "include": [ + "https://raw.githubusercontent.com/spicetify/spicetify-themes/master/Turntable/turntable.js" + ], + "authors": [ + { + "name": "Grason Chan", + "url": "https://github.com/grasonchan" + } + ] + }, + { + "name": "Ziro", + "description": "a smooth theme inspired by zorin os", + "preview": "https://raw.githubusercontent.com/schnensch0/ziro/main/preview/mockup.png", + "readme": "Ziro/README.md", + "usercss": "Ziro/user.css", + "schemes": "Ziro/color.ini", + "authors": [ + { + "name": "schnensch0", + "url": "https://github.com/schnensch0" + } + ] + } +]