-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
28 lines (28 loc) · 774 Bytes
/
manifest.json
File metadata and controls
28 lines (28 loc) · 774 Bytes
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
{
"AppDescription": {
"en": "Playlist generator for bands from setlist.fm"
},
"AppName": {
"en": "Setlist.fm playlists"
},
"AppIcon": {
"18x18": "images/18x18.png",
"36x18": "images/36x18.png",
"32x32": "images/32x32.png",
"64x64:": "images/64x64:.png",
"128x128": "images/128x128.png",
"300x300": "images/300x300.png"
},
"BundleIdentifier": "setlistfm-import",
"BundleType": "Application",
"BundleVersion": "0.1",
"SupportedLanguages": ["en"],
"VendorIdentifier": "dk.vonbuchwald.esben",
"Dependencies": {
"api": "0.1.0",
"resources": "0.1.0",
"util": "0.1.0"
},
"AcceptedLinkTypes": ["artist"],
"RequiredPermissions": ["http://*.spotify.com", "http://spotify.com", "http://api.setlist.fm"]
}