-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
46 lines (46 loc) · 884 Bytes
/
Copy pathmanifest.json
File metadata and controls
46 lines (46 loc) · 884 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"AppName": {
"en": "Jerry Springer"
},
"BundleIdentifier": "springer",
"AppDescription": {
"en": "description"
},
"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"
},
"AcceptedLinkTypes": [
"playlist"
],
"BundleType": "Application",
"BundleVersion": "0.2",
"DefaultTabs": [
{
"arguments": "index",
"title": {
"en": "Spring"
}
},
{
"arguments": "highscore",
"title": {
"en": "Highscore"
}
}
],
"Dependencies": {
"api": "1.38.0",
"views": "1.18.1"
},
"RequiredPermissions": [
"http://localhost:8090"
],
"SupportedLanguages": [
"en"
],
"VendorIdentifier": "com.spotify"
}