-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathmanifest.json
27 lines (27 loc) · 1.01 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
{
"name": "Dribbblish Dynamic",
"description": "A mod of Dribbblish theme for Spicetify with support for light/dark modes and album art based colors.",
"preview": "https://raw.githubusercontent.com/JulienMaille/dribbblish-dynamic-theme/main/preview.png",
"readme": "https://raw.githubusercontent.com/JulienMaille/dribbblish-dynamic-theme/main/README.md",
"tags": ["dynamic-color", "flat"],
"usercss": "user.css",
"schemes": "color.ini",
"include": [
"https://raw.githubusercontent.com/JulienMaille/dribbblish-dynamic-theme/main/Vibrant.min.js",
"https://raw.githubusercontent.com/JulienMaille/dribbblish-dynamic-theme/main/dribbblish-dynamic.js"
],
"authors": [
{
"name": "khanhas",
"url": "https://github.com/khanhas"
},
{
"name": "harbassan",
"url": "https://github.com/harbassan"
},
{
"name": "Julien",
"url": "https://github.com/JulienMaille"
}
]
}