-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
56 lines (56 loc) · 1.14 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
45
46
47
48
49
50
51
52
53
54
55
56
{
"AppName": {
"en": "Charts on Rdio"
},
"BundleIdentifier": "charts-rdio",
"AppDescription": {
"en": "Provides access to your Rdio friends and charts in Spotify"
},
"AppIcon": {
"18x18": "img/icons/icon-18x18.png",
"32x32": "img/icons/icon-32x32.png",
"64x64": "img/icons/icon-64x64.png",
"128x128": "img/icons/icon-128x128.png",
"300x300": "img/icons/icon-300x300.png"
},
"RequiredPermissions": [ "http://rdioproxy.herokuapp.com" ],
"AcceptedLinkTypes": [
"playlist"
],
"BundleType": "Application",
"BundleVersion": "0.2",
"DefaultTabs": [
{
"arguments": "index",
"title": {
"en": "Heavy Rotation (Friends)"
}
},
{
"arguments": "heavyRotationAll",
"title": {
"en": "Heavy Rotation (All)"
}
},
{
"arguments": "topCharts",
"title": {
"en": "Top Charts"
}
},
{
"arguments": "newReleases",
"title": {
"en": "New Releases"
}
}
],
"Dependencies": {
"api": "1.38.0",
"views": "1.18.1"
},
"SupportedLanguages": [
"en"
],
"VendorIdentifier": "com.spotify"
}