-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmanifest.json
More file actions
30 lines (30 loc) · 1.06 KB
/
manifest.json
File metadata and controls
30 lines (30 loc) · 1.06 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
[
{
"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": "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": "Image opener",
"description": "Allows you to open various images directly in your browser",
"preview": "image-opener/assets/preview.png",
"main": "image-opener/dist/image-opener.js",
"readme": "image-opener/README.md"
}
]