-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.json
56 lines (56 loc) · 1.04 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
{
"AcceptedLinkTypes": [
"album", "playlist", "track"
],
"AppDescription": {
"en": "Philips Hue visulazer"
},
"AppIcon": {
"18x18": "",
"64x64": "",
"128x128": "",
"300x300": ""
},
"AppName": {
"en": "hue"
},
"AppURL":"www.partymote.com",
"BundleIdentifier": "hue",
"BundleType": "Application",
"BundleVersion": "0.1",
"DefaultTabs": [
{
"arguments": "main",
"title": {
"en": "Home"
}
},
{
"arguments": "settings",
"title": {
"en": "Settings"
}
}
],
"Dependencies": {
"api": "1.34.0",
"views": "1.39.3"
},
"RequiredInterface": 1,
"RequiredPermissions": [
"http://thing.everymote.com",
"*.*"
],
"ApiPermissions": {
"core" : ["public"],
"trackPlayer": ["public"]
},
"SupportedDeviceClasses": [
"Web",
"Desktop"
],
"SupportedLanguages": [
"en"
],
"VendorIdentifier": "com.everymote"
}