-
Notifications
You must be signed in to change notification settings - Fork 24
/
appinfo.json
83 lines (81 loc) · 1.98 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
76
77
78
79
80
81
82
83
{
"resources": {
"media": [
{
"name": "IMAGE_NONE",
"file": "images/none.png",
"type": "png"
},
{
"name": "IMAGE_DOWN45",
"file": "images/down45.png",
"type": "png"
},
{
"name": "IMAGE_DOWNDOWN",
"file": "images/downdown.png",
"type": "png"
},
{
"name": "IMAGE_DOWN",
"file": "images/down.png",
"type": "png"
},
{
"name": "IMAGE_FLAT",
"file": "images/flat.png",
"type": "png"
},
{
"name": "IMAGE_UP45",
"file": "images/up45.png",
"type": "png"
},
{
"name": "IMAGE_UPUP",
"file": "images/upup.png",
"type": "png"
},
{
"name": "IMAGE_UP",
"file": "images/up.png",
"type": "png"
},
{
"menuIcon": true,
"name": "IMAGE_MENU_ICON",
"file": "images/logo.png",
"type": "png"
}
]
},
"longName": "CGM",
"appKeys": {
"bg": 1,
"icon": 0,
"icon2":7,
"bg2": 4,
"alert": 3,
"readtime": 2,
"delta": 5,
"readtime2":6,
"delta2":8
},
"watchapp": {
"watchface": true
},
"capabilities": [
"configurable"
],
"versionLabel": "1",
"versionLabel": "1.0",
"shortName": "Nightscout_Splitscreen",
"longName": "NIGHTSCOUT",
"projectType": "native",
"companyName": "Nightscout Contributors",
"capabilities": [
""
],
"versionCode": 2,
"uuid": "a4e66a45-f30d-4a13-9f0f-59343c6b23a9"
}