-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathmanifest.json
More file actions
39 lines (39 loc) · 1.74 KB
/
Copy pathmanifest.json
File metadata and controls
39 lines (39 loc) · 1.74 KB
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
[
{
"name": "Vinyl",
"description": "Transforms the album artwork into a spinning, lightness-adaptive vinyl driven by your playback state.",
"branch": "deploy",
"main": "https://raw.githubusercontent.com/grasonchan/spotify-spice/refs/heads/deploy/extensions/vinyl.js",
"preview": "https://raw.githubusercontent.com/grasonchan/spotify-spice/refs/heads/master/screenshots/vinyl.png",
"readme": "https://raw.githubusercontent.com/grasonchan/spotify-spice/refs/heads/master/README.md",
"tags": [
"vinyl",
"colored-vinyl",
"album-artwork",
"cover-art",
"playback"
]
},
{
"name": "Track Peek",
"description": "Peek into tracks without switching playback.",
"branch": "deploy",
"main": "extensions/track-peek.js",
"preview": "https://raw.githubusercontent.com/grasonchan/spotify-spice/refs/heads/master/screenshots/marketplace-track-peek.png",
"readme": "https://raw.githubusercontent.com/grasonchan/spotify-spice/refs/heads/master/README.md",
"tags": ["audio-preview", "playback", "efficiency"]
},
{
"name": "Spotify Spice",
"description": "A seamless extension of the native Spotify aesthetic, featuring a native-quality Light Mode alongside an optimized Dark Mode.",
"branch": "deploy",
"usercss": "SpotifySpice/user.css",
"schemes": "SpotifySpice/color.ini",
"include": [
"https://raw.githubusercontent.com/grasonchan/spotify-spice/refs/heads/deploy/SpotifySpice/theme.js"
],
"preview": "https://raw.githubusercontent.com/grasonchan/spotify-spice/refs/heads/master/screenshots/marketplace-theme.png",
"readme": "https://raw.githubusercontent.com/grasonchan/spotify-spice/refs/heads/master/README.md",
"tags": ["multi-theme", "minimal"]
}
]