forked from nightscout/cgm-pebble
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathappinfo.json
72 lines (72 loc) · 1.76 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
{
"appKeys": {
"alert": 3,
"bg": 1,
"delta": 5,
"icon": 0,
"readtime": 2,
"time": 4
},
"capabilities": [
"configurable"
],
"companyName": "Nightscout contributors",
"longName": "CGM",
"resources": {
"media": [
{
"file": "images/none.png",
"name": "IMAGE_NONE",
"type": "png"
},
{
"file": "images/down45.png",
"name": "IMAGE_DOWN45",
"type": "png"
},
{
"file": "images/downdown.png",
"name": "IMAGE_DOWNDOWN",
"type": "png"
},
{
"file": "images/down.png",
"name": "IMAGE_DOWN",
"type": "png"
},
{
"file": "images/flat.png",
"name": "IMAGE_FLAT",
"type": "png"
},
{
"file": "images/up45.png",
"name": "IMAGE_UP45",
"type": "png"
},
{
"file": "images/upup.png",
"name": "IMAGE_UPUP",
"type": "png"
},
{
"file": "images/up.png",
"name": "IMAGE_UP",
"type": "png"
},
{
"file": "images/logo.png",
"menuIcon": true,
"name": "IMAGE_MENU_ICON",
"type": "png"
}
]
},
"shortName": "CGM",
"uuid": "a4e66a45-f30d-4a13-9f0f-59343c6b23a9",
"versionCode": 3,
"versionLabel": "2.0.1",
"watchapp": {
"watchface": true
}
}