forked from daksh2k/Spicetify-stuff
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
37 lines (37 loc) · 1.3 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
[
{
"name": "Full Screen",
"description": "Fancy artwork display. Modified from FAD with extra features.",
"preview": "https://i.imgur.com/uPbnZkz.png",
"main": "Extensions/Wrappers/fullScreenWrapper.js",
"readme": "EXTENSIONS.md#full-screen-mode"
},
{
"name": "Save Playlists",
"description": "Extension to save any playlist.",
"preview": "https://i.imgur.com/2AEyRrs.png",
"main": "Extensions/Wrappers/savePlaylistsWrapper.js",
"readme": "EXTENSIONS.md#save-playlists"
},
{
"name": "Auto Skip",
"description": "Auto Skip Certain Songs such as remixes, acoustics etc.",
"preview": "https://i.imgur.com/GxdGp9t.png",
"main": "Extensions/Wrappers/autoSkipWrapper.js",
"readme": "EXTENSIONS.md#auto-skip"
},
{
"name": "Play Next",
"description": "Add the option to context menu to add the track to the top of the queue.",
"preview": "https://i.imgur.com/osY8QmH.png",
"main": "Extensions/Wrappers/playNextWrapper.js",
"readme": "EXTENSIONS.md#play-next"
},
{
"name": "Volume Percentage",
"description": "Add the current Volume Percentage to the Volume Bar.",
"preview": "https://i.imgur.com/lQQXSIg.png",
"main": "Extensions/Wrappers/volumePercentageWrapper.js",
"readme": "EXTENSIONS.md#volume-percentage"
}
]