-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathappinfo.json
59 lines (59 loc) · 1.01 KB
/
appinfo.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
57
58
59
{
"uuid": "3d274b3a-6e5d-47fb-850a-34264f66f816",
"shortName": "VLC Remote",
"longName": "VLC Remote",
"companyName": "Neal",
"versionCode": 1,
"versionLabel": "1.3.4",
"capabilities": [ "configurable" ],
"watchapp": {
"watchface": false
},
"appKeys": {
"request": 0,
"title": 1,
"status": 2,
"volume": 3,
"seek": 4
},
"resources": {
"media": [
{
"menuIcon": true,
"type": "png",
"name": "IMAGE_MENU_ICON",
"file": "images/icon.png"
},
{
"type": "png",
"name": "ICON_VOLUME_UP",
"file": "images/volume_up.png"
},
{
"type": "png",
"name": "ICON_VOLUME_DOWN",
"file": "images/volume_down.png"
},
{
"type": "png",
"name": "ICON_PLAY",
"file": "images/play.png"
},
{
"type": "png",
"name": "ICON_PAUSE",
"file": "images/pause.png"
},
{
"type": "png",
"name": "ICON_FORWARD",
"file": "images/forward.png"
},
{
"type": "png",
"name": "ICON_REWIND",
"file": "images/rewind.png"
}
]
}
}