-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
32 lines (32 loc) · 1.01 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
[
{
"name": "Simple Beautiful Lyrics",
"description": "Adds Dynamic Background, Blurred Lyrics.",
"preview": "extensions/simple-beautiful-lyrics/preview.gif",
"main": "extensions/simple-beautiful-lyrics/dist/simple-beautiful-lyrics.js",
"readme": "extensions/simple-beautiful-lyrics/README.md",
"authors": [
{
"name": "Kamiloo13",
"url": "https://github.com/kamiloo13"
}
],
"tags": [
"lyrics",
"background"
]
},
{
"name": "Sleep Timer Updated",
"description": "Adds a sleep timer to the player.",
"preview": "extensions/sleep-timer-updated/preview.png",
"main": "extensions/sleep-timer-updated/dist/sleep-timer-updated.js",
"readme": "extensions/sleep-timer-updated/README.md",
"authors": [
{
"name": "Kamiloo13",
"url": "https://github.com/kamiloo13"
}
]
}
]