Skip to content

Commit

Permalink
chore: update manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
SunsetTechuila committed Dec 10, 2023
1 parent 7ba6e5b commit 8a441ed
Showing 1 changed file with 14 additions and 19 deletions.
33 changes: 14 additions & 19 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,16 @@
{
"name": "Bloom",
"description": "Spicetify theme inspired by Microsoft's Fluent Design and Windows 11 UI",
"preview": "https://raw.githubusercontent.com/nimsandu/spicetify-bloom/main/images/main-cover.png",
"readme": "README-marketplace.md",
"usercss": "remote/user.css",
"schemes": "src/color.ini",
"include": ["https://raw.githubusercontent.com/nimsandu/spicetify-bloom/main/remote/theme.js"],
"branch": "main",
"authors": [
{
"name": "Nimsandu Kottage",
"url": "https://github.com/nimsandu"
}
],
"tags": [
"fluent",
"transparent",
"blur"
]
"name": "Bloom",
"description": "Spicetify theme inspired by Microsoft Fluent Design",
"preview": "images/main-cover.png",
"readme": "README-marketplace.md",
"usercss": "https://nimsandu.github.io/spicetify-bloom/src/color.ini",
"schemes": "https://nimsandu.github.io/spicetify-bloom/src/user.css",
"include": ["https://nimsandu.github.io/spicetify-bloom/src/theme.js"],
"authors": [
{
"name": "Nimsandu Kottage",
"url": "https://github.com/nimsandu"
}
],
"tags": ["fluent", "transparent", "blur"]
}

0 comments on commit 8a441ed

Please sign in to comment.