-
-
Notifications
You must be signed in to change notification settings - Fork 39
/
manifest.json
46 lines (46 loc) · 1.25 KB
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[
{
"name": "Comfy",
"description": "Stay comfy while listening to music",
"preview": "images/preview.png",
"readme": "Comfy/README.md",
"usercss": "Comfy/app.css",
"schemes": "Comfy/color.ini",
"include": ["https://comfy-themes.github.io/Spicetify/Comfy/theme.script.js"],
"authors": [
{
"name": "NYRI4",
"url": "https://github.com/NYRI4"
},
{
"name": "OhItsTom",
"url": "https://github.com/OhItsTom"
},
{
"name": "kyrie25",
"url": "https://github.com/kyrie25"
}
],
"tags": ["Nord", "Catppuccin", "Rosé Pine", "Everforest"]
},
{
"name": "Comfy (Legacy)",
"description": "Comfy for Spotify <= 1.2.13",
"preview": "Comfy/preview/preview.png",
"readme": "Comfy/README.md",
"usercss": "Comfy/user.css",
"schemes": "Comfy/color.ini",
"include": ["https://raw.githubusercontent.com/Comfy-Themes/Spicetify/legacy/Comfy/theme.js"],
"branch": "legacy"
},
{
"name": "Comfy (Beta)",
"description": "Not recommended, purely for development purposes",
"preview": "images/preview.png",
"readme": "Comfy/README.md",
"usercss": "Comfy/app.css",
"schemes": "Comfy/color.ini",
"include": ["https://raw.githubusercontent.com/Comfy-Themes/Spicetify/beta/Comfy/theme.script.js"],
"branch": "beta"
}
]