-
Notifications
You must be signed in to change notification settings - Fork 20
/
manifest.json
44 lines (44 loc) · 1.68 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
[
{
"name": "Full App Display Modified",
"description": "View your music at a glance.",
"preview": "fullAppDisplayModified/previews/preview.gif",
"main": "fullAppDisplayModified/fullAppDisplayMod.js",
"readme": "fullAppDisplayModified/README.md"
},
{
"name" : "SkipStats",
"description" : "See your skipping stats in playlists and albums!",
"preview" : "skipStats/preview.jpg",
"main" : "skipStats/skipStats.js",
"readme" : "skipStats/README.md"
},
{
"name": "listPlaylistsWithSong",
"description": "Adds context menu button to view playlists in your library that contain the selected song",
"preview": "listPlaylistsWithSong/preview1.jpg",
"main": "listPlaylistsWithSong/listPlaylistsWithSong.js",
"readme": "listPlaylistsWithSong/README.md"
},
{
"name": "GoToSong",
"description": "Go to currently playing song in playlist",
"preview": "goToSong/preview1.jpg",
"main": "goToSong/goToSong.js",
"readme": "goToSong/README.md"
},
{
"name": "playlistIntersection",
"description": "Adds context menu buttons to see songs in common between two playlists.",
"preview": "playlistIntersection/preview.jpg",
"main": "playlistIntersection/playlistIntersection.js",
"readme": "playlistIntersection/README.md"
},
{
"name": "Display full Album date",
"description": "Display the full album date instead of just year",
"preview": "fullAlbumDate/preview.jpg",
"main": "fullAlbumDate/fullAlbumDate.js",
"readme": "fullAlbumDate/README.md"
}
]