-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
manifest.json
37 lines (37 loc) · 1.44 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": "Startup page",
"description": "Allows you to change the startup page",
"preview": "startup-page/assets/preview.png",
"main": "startup-page/dist/startup-page.js",
"readme": "startup-page/README.md"
},
{
"name": "Skip song part",
"description": "Allows you to skip any part(s) you don't want to hear in any song",
"preview": "skip-song-part/assets/preview.png",
"main": "skip-song-part/dist/skip-song-part.js",
"readme": "skip-song-part/README.md"
},
{
"name": "Remove unplayable songs",
"description": "Allows you to remove unplayable songs in your playlists",
"preview": "remove-unplayable-songs/assets/preview.png",
"main": "remove-unplayable-songs/dist/remove-unplayable-songs.js",
"readme": "remove-unplayable-songs/README.md"
},
{
"name": "Full queue clear",
"description": "Allows you to clear the queue the way you want",
"preview": "full-queue-clear/assets/preview.png",
"main": "full-queue-clear/dist/full-queue-clear.js",
"readme": "full-queue-clear/README.md"
},
{
"name": "Discography to playlist",
"description": "Allows you to create a playlist with the entire discography of an artist",
"preview": "discography-to-playlist/assets/preview.png",
"main": "discography-to-playlist/dist/discography-to-playlist.js",
"readme": "discography-to-playlist/README.md"
}
]