forked from CharlieS1103/spicetify-extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
executable file
·45 lines (44 loc) · 1.45 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
[
{
"name": "Feature Shuffle",
"description": "Spicetify extension to make a playlist based on another playlist's audio features",
"preview": "featureshuffle/featureshuffle.png",
"main": "featureshuffle/featureshuffle.js",
"readme": "featureshuffle/README.md"
},
{
"name": "Song Stats",
"description": "Spicetify extension to display a song's audio features",
"preview": "songstats/songstats.png",
"main": "songstats/songstats.js",
"readme": "songstats/README.md"
},
{
"name": "WikiFy",
"description": "Shows an Artists wikipedia page to learn more about them",
"preview": "wikify/wikify.png",
"main": "wikify/wikify.js",
"readme": "wikify/README.md"
},
{
"name": "Adblock",
"description": "Block all audio ads and UI ads!",
"preview": "adblock/adblock.png",
"main": "adblock/adblock.js",
"readme": "adblock/README.md"
},
{
"name": "Format colors",
"description": "Convert the current colors defined in root to color.ini format, for theme developers",
"preview": "formatColors/formatColors.png",
"main": "formatColors/formatColors.js",
"readme": "formatColors/README.md"
},
{
"name": "Phrase to Playlist",
"description": "Convert a phrase into a playlist with songs arraged to make that phrase",
"preview": "phraseToPlaylist/phraseToPlaylist.png",
"main": "phraseToPlaylist/phraseToPlaylist.js",
"readme": "phraseToPlaylist/README.md"
}
]