-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathappinfo.json
54 lines (54 loc) · 1.3 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
{
"appKeys": {
"KEY_ALARM": 2,
"KEY_APP_VERSION": 5,
"KEY_CONFIG_DATA": 0,
"KEY_EXPORT": 6,
"KEY_MEDICATIONS": 100,
"KEY_MODE": 1,
"KEY_SORT": 3,
"KEY_TIMELINE": 8,
"KEY_TIMESTAMP": 7,
"KEY_VERSION": 4
},
"capabilities": [
"configurable"
],
"companyName": "[email protected]",
"enableMultiJS": false,
"longName": "Medication Timer",
"projectType": "native",
"resources": {
"media": [
{
"file": "images/icons-inv.png",
"name": "IMAGE_ICON_MATRIX_INV",
"targetPlatforms": null,
"type": "png"
},
{
"file": "images/menu_icon.png",
"menuIcon": true,
"name": "IMAGE_MENU_ICON",
"type": "png"
},
{
"file": "images/icons.png",
"name": "IMAGE_ICON_MATRIX",
"type": "png"
}
]
},
"sdkVersion": "3",
"shortName": "Meds Timer",
"targetPlatforms": [
"aplite",
"basalt",
"chalk"
],
"uuid": "95d07e1a-2451-4ffa-aa44-836e523a7648",
"versionLabel": "1.6",
"watchapp": {
"watchface": false
}
}