This repository has been archived by the owner on May 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 69
/
manifest.json
executable file
·56 lines (55 loc) · 1.81 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
47
48
49
50
51
52
53
54
55
56
[
{
"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",
"authors": [
{ "name": "CharlieS1103", "url": "https://github.com/CharlieS1103" },
{ "name": "MalTeeez", "url": "https://github.com/MalTeeez" }
]
},
{
"name": "Writeify",
"description": "Take notes on songs, albums, and artists",
"preview": "writeify/writeify.png",
"main": "writeify/writeify.js",
"readme": "writeify/README.md"
}
]