-
Notifications
You must be signed in to change notification settings - Fork 5
/
appinfo.json
executable file
·107 lines (107 loc) · 2.85 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"appKeys": {
"alert": 3,
"delta": 0,
"egv": 1,
"id": 5,
"vibe": 4,
"trend": 2,
"time_delta_int": 6
},
"capabilities": [
"configurable"
],
"companyName": "Nightscout Foundation",
"longName": "Simple CGM",
"projectType": "native",
"resources": {
"media": [
{
"file": "fonts/Calibri.ttf",
"name": "FONT_CALIBRI_60",
"type": "font"
},
{
"file": "fonts/Calibri.ttf",
"name": "FONT_CALIBRI_19",
"type": "font"
},
{
"file": "fonts/Calibri Bold.ttf",
"name": "FONT_CALIBRI_BOLD_18",
"type": "font"
},
{
"characterRegex": "[0-9a-z]",
"file": "fonts/Calibri Bold.ttf",
"name": "FONT_CALIBRI_BOLD_54",
"type": "font"
},
{
"file": "fonts/Calibri Bold.ttf",
"name": "FONT_CALIBRI_BOLD_24",
"type": "font"
},
{
"file": "fonts/Ds Digital Bold.ttf",
"name": "FONT_DSDIGITAL_BOLD_26",
"type": "font"
},{
"file": "images/up.png",
"name": "IMAGE_UP",
"type": "png-trans"
},
{
"file": "images/up45.png",
"name": "IMAGE_UP45",
"type": "png-trans"
},
{
"file": "images/flat.png",
"name": "IMAGE_FLAT",
"type": "png-trans"
},
{
"file": "images/down.png",
"name": "IMAGE_DOWN",
"type": "png-trans"
},
{
"file": "images/down45.png",
"name": "IMAGE_DOWN45",
"type": "png-trans"
},
{
"file": "images/refresh.png",
"name": "IMAGE_REFRESH",
"type": "png-trans"
},
{
"file": "images/upup.png",
"name": "IMAGE_UPUP",
"type": "png-trans"
},
{
"file": "images/none.png",
"name": "IMAGE_NONE",
"type": "png-trans"
},
{
"file": "images/downdown.png",
"name": "IMAGE_DOWNDOWN",
"type": "png-trans"
}
]
},
"sdkVersion": "3",
"shortName": "SimpleCGM",
"targetPlatforms": [
"basalt",
"aplite"
],
"uuid": "40109bae-fbd1-429b-8088-62988dde20eb",
"versionLabel": "1.5",
"watchapp": {
"watchface": true
}
}