-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappinfo.json
75 lines (75 loc) · 1.26 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
68
69
70
71
72
73
74
75
{
"uuid": "5159aaf4-226f-4580-9d71-9994fb0e5127",
"shortName": "AlarmNote",
"longName": "AlarmNote",
"capabilities": [
"configurable"
],
"companyName": "raj",
"versionCode": 1,
"versionLabel": "1.6",
"watchapp": {
"watchface": false
},
"appKeys": {
"AppKeyReady": 0,
"fontsize": 1,
"disable": 2,
"a1": 7,
"mess1": 8,
"a2": 9,
"mess2": 10,
"a3": 11,
"mess3": 12,
"a4": 13,
"mess4": 14,
"a5": 15,
"mess5": 16,
"a6": 17,
"mess6": 18,
"a7": 19,
"mess7": 20,
"snoozeid": 21,
"snoozemsg": 22,
"snoozetime": 23,
"appsnoozeid": 24,
"aid0": 25,
"aid1": 26,
"aid2": 27,
"aid3": 28,
"aid4": 29,
"aid5": 30,
"aid6": 31,
"atime0": 32,
"atime1": 33,
"atime2": 34,
"atime3": 35,
"atime4": 36,
"atime5": 37,
"atime6": 38,
"lastalarm": 39,
"a1w": 40,
"a2w": 41,
"a3w": 42,
"a4w": 43,
"a5w": 44,
"a6w": 45,
"a7w": 46
},
"resources": {
"media": [
{
"menuIcon": true,
"type": "png",
"name": "IMAGE_MENU_ICON",
"file": "images/menu_icon_gatekeeper_watch.png"
}
]
},
"targetPlatforms": [
"aplite",
"basalt",
"chalk"
],
"sdkVersion": "3"
}