-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappinfo.json
67 lines (67 loc) · 1.48 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
60
61
62
63
64
65
66
67
{
"uuid": "b5941860-526e-4138-a1e5-23eac72759b4",
"shortName": "Wrist <CTRL>",
"longName": "Wrist <CTRL>",
"companyName": "Team Wrist Control",
"capabilities": [ "configurable" ],
"versionCode": 1,
"versionLabel": "1.0",
"watchapp": {
"watchface": false
},
"appKeys": {
"app_1": 0,
"app_2": 1,
"app_3": 2,
"app_4": 3,
"app_5": 4,
"app_6": 5,
"app_7": 6,
"app_8": 7,
"app_count": 8,
"command_app": 9,
"command_button": 10,
"text_main": 11,
"text_header": 12
},
"resources": {
"media": [
{
"menuIcon": true,
"type": "png",
"name": "IMAGE_MENU_ICON",
"file": "images/menu_icon.png"
},
{
"type": "png",
"name": "IMAGE_ACTION_PLAY",
"file": "images/action_icon_play.png"
},
{
"type": "png",
"name": "IMAGE_ACTION_PAUSE",
"file": "images/action_icon_pause.png"
},
{
"type": "png",
"name": "IMAGE_ACTION_VOLUME_UP",
"file": "images/action_icon_volume_up.png"
},
{
"type": "png",
"name": "IMAGE_ACTION_VOLUME_DOWN",
"file": "images/action_icon_volume_down.png"
},
{
"type": "png",
"name": "IMAGE_ACTION_RIGHT_ARROW",
"file": "images/action_icon_right_arrow.png"
},
{
"type": "png",
"name": "IMAGE_ACTION_LEFT_ARROW",
"file": "images/action_icon_left_arrow.png"
}
]
}
}