Skip to content

Commit

Permalink
Merge pull request #112 from sanoojes/main
Browse files Browse the repository at this point in the history
  • Loading branch information
Astromations committed Jun 30, 2024
2 parents b644174 + b328625 commit 0f10b52
Showing 1 changed file with 14 additions and 20 deletions.
34 changes: 14 additions & 20 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,16 @@
{
"name": "Hazy",
"description": "A Hazy spicetify theme",
"preview": "hazy_home.png",
"readme": "README.md",
"usercss": "user.css",
"schemes": "color.ini",
"include": [
"https://raw.githubusercontent.com/Astromations/Hazy/main/theme.js"
],
"authors": [
{
"name": "Astromations",
"url": "https://github.com/Astromations"
}
],
"tags": [
"dark",
"transparent",
"hazy"
]
"name": "Hazy",
"description": "A Hazy spicetify theme",
"preview": "hazy_home.png",
"readme": "README.md",
"usercss": "https://astromations.github.io/Hazy/app.css",
"schemes": "https://astromations.github.io/Hazy/color.ini",
"include": ["https://astromations.github.io/Hazy/hazy.js"],
"authors": [
{
"name": "Astromations",
"url": "https://github.com/Astromations"
}
],
"tags": ["dark", "transparent", "hazy"]
}

0 comments on commit 0f10b52

Please sign in to comment.