-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.json
33 lines (33 loc) · 825 Bytes
/
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
{
"AppDescription": {
"en": "Utility tool for generating a playlist from a list of Echo Nest song IDs"
},
"AppIcon": {
"36x18": "tutorial.png"
},
"AppName": {
"en": "Echo Nest Playlist Maker"
},
"BundleIdentifier": "enplayer",
"BundleType": "Application",
"BundleVersion": "0.1",
"RequiredInterface": 1,
"RequiredPermissions": [
"http://api.twitter.com",
"http://o.scdn.co",
"http://maps.googleapis.com",
"https://raw.github.com",
"http://tile.cloudmade.com",
"http://*.tile.cloudmade.com",
"https://graph.facebook.com",
"https://gist.github.com/",
"http://search.twitter.com/",
"http://amsterdam.last.fm",
"http://ws.audioscrobbler.com/",
"http://developer.echonest.com"
],
"SupportedLanguages": [
"en"
],
"VendorIdentifier": "co.drodger"
}