diff --git a/Bloom/manifest.json b/Bloom/manifest.json index 5805ef0..c8b4b7a 100644 --- a/Bloom/manifest.json +++ b/Bloom/manifest.json @@ -3,10 +3,11 @@ "description": "Spicetify theme inspired by Microsoft's Windows 11 Bloom Experience", "preview": "Bloom/screenshots/dark.png", "readme": "Bloom/README.md", - "usercss": "https://github.com/nimsandu/spicetify-bloom/blob/main/user.css", - "schemes": "https://github.com/nimsandu/spicetify-bloom/blob/main/color.ini", + "repository": "https://github.com/nimsandu/spicetify-bloom/", + "usercss": "https://raw.githubusercontent.com/nimsandu/spicetify-bloom/main/user.css", + "schemes": "https://raw.githubusercontent.com/nimsandu/spicetify-bloom/main/color.ini", "include": [ - "https://raw.githubusercontent.com/spicetify/spicetify-themes/master/Bloom/bloom.js" + "https://raw.githubusercontent.com/nimsandu/spicetify-bloom/main/bloom.js" ], "spotify-version": "1.1.88", "spicetify-version": "2.10.2", diff --git a/Fluent/manifest.json b/Fluent/manifest.json index 73f777a..5c53940 100644 --- a/Fluent/manifest.json +++ b/Fluent/manifest.json @@ -5,7 +5,7 @@ "readme": "Fluent/README.md", "repository": "https://github.com/williamckha/spicetify-fluent/", "usercss": "https://raw.githubusercontent.com/williamckha/spicetify-fluent/master/user.css", - "schemes": "color.ini", + "schemes": "https://raw.githubusercontent.com/williamckha/spicetify-fluent/master/color.ini", "include": ["https://raw.githubusercontent.com/williamckha/spicetify-fluent/master/fluent.js"], "branch": "master", "authors": [ diff --git a/Glaze/manifest.json b/Glaze/manifest.json index e0f7aa7..dd0ca50 100644 --- a/Glaze/manifest.json +++ b/Glaze/manifest.json @@ -3,8 +3,9 @@ "description": "Glaze", "preview": "Glaze/screenshots/dark.png", "readme": "Glaze/README.md", - "usercss": "https://github.com/CharlieS1103/Glaze-theme/blob/main/user.css", - "schemes": "https://github.com/CharlieS1103/Glaze-theme/blob/main/color.ini", + "repository": "https://github.com/CharlieS1103/Glaze-theme", + "usercss": "https://raw.githubusercontent.com/CharlieS1103/Glaze-theme/main/user.css", + "schemes": "https://raw.githubusercontent.com/CharlieS1103/Glaze-theme/main/color.ini", "authors": [ { "name": "CharlieS1103", diff --git a/Nord/manifest.json b/Nord/manifest.json index c06c9c4..ac3bc42 100644 --- a/Nord/manifest.json +++ b/Nord/manifest.json @@ -1,10 +1,16 @@ { - "name": "Nord", - "description": "Ad free Nord Theme", - "preview": "Nord/screenshot_1.png", - "readme": "Nord/README.md", - "usercss": "https://github.com/Tetrax-10/Spicetify-Themes/blob/master/Nord-Spotify/user.css", - "schemes": "https://github.com/Tetrax-10/Spicetify-Themes/blob/master/Nord-Spotify/color.ini", - "authors": [{ "name": "Tetrax-10", "url": "https://github.com/Tetrax-10" }], - "tags": ["dark", "minimal", "nord", "ad"] + "name": "Nord", + "description": "Ad free Nord Theme", + "preview": "Nord/screenshot_1.png", + "readme": "Nord/README.md", + "repository": "https://github.com/Tetrax-10/Spicetify-Themes/", + "usercss": "https://raw.githubusercontent.com/Tetrax-10/Spicetify-Themes/master/Nord-Spotify/user.css", + "schemes": "https://raw.githubusercontent.com/Tetrax-10/Spicetify-Themes/master/Nord-Spotify/color.ini", + "authors": [ + { + "name": "Tetrax-10", + "url": "https://github.com/Tetrax-10" + } + ], + "tags": ["dark", "minimal", "nord", "ad"] } diff --git a/Onepunch/manifest.json b/Onepunch/manifest.json index be9099d..8f204b3 100644 --- a/Onepunch/manifest.json +++ b/Onepunch/manifest.json @@ -1,14 +1,14 @@ { - "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": "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" + } + ] } diff --git a/Ziro/manifest.json b/Ziro/manifest.json index 04d61f0..6c4378a 100644 --- a/Ziro/manifest.json +++ b/Ziro/manifest.json @@ -1,14 +1,14 @@ { - "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" - } - ] + "name": "Ziro", + "description": "a smooth theme inspired by zorin os", + "preview": "Ziro/screenshots/album-blue-dark.png", + "readme": "Ziro/README.md", + "usercss": "Ziro/user.css", + "schemes": "Ziro/color.ini", + "authors": [ + { + "name": "schnensch0", + "url": "https://github.com/schnensch0" + } + ] }