forked from jamorham/xDrip-pebble
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappinfo.json
123 lines (123 loc) · 2.48 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"appKeys": {
"bg": 1,
"dlta": 4,
"icon": 0,
"name": 6,
"tapp": 3,
"tcgm": 2,
"ubat": 5
},
"capabilities": [
],
"companyName": "Nightscout Contributors",
"longName": "xDrip Watch Face",
"projectType": "native",
"resources": {
"media": [
{
"file": "images/up.png",
"name": "IMAGE_UP",
"type": "png"
},
{
"file": "images/upup.png",
"name": "IMAGE_UPUP",
"type": "png"
},
{
"file": "images/up45.png",
"name": "IMAGE_UP45",
"type": "png"
},
{
"file": "images/flat.png",
"name": "IMAGE_FLAT",
"type": "png"
},
{
"file": "images/down.png",
"name": "IMAGE_DOWN",
"type": "png"
},
{
"file": "images/downdown.png",
"name": "IMAGE_DOWNDOWN",
"type": "png"
},
{
"file": "images/down45.png",
"name": "IMAGE_DOWN45",
"type": "png"
},
{
"file": "images/none.png",
"name": "IMAGE_NONE",
"type": "png"
},
{
"file": "images/logo.png",
"name": "IMAGE_LOGO",
"type": "png"
},
{
"file": "images/menuicon.png",
"menuIcon": true,
"name": "IMAGE_MENU_ICON",
"type": "png"
},
{
"file": "images/brokenantenna.png",
"name": "IMAGE_BROKEN_ANTENNA",
"type": "png"
},
{
"file": "images/blooddrop.png",
"name": "IMAGE_BLOOD_DROP",
"type": "png"
},
{
"file": "images/stoplight.png",
"name": "IMAGE_STOP_LIGHT",
"type": "png"
},
{
"file": "images/hourglass.png",
"name": "IMAGE_HOURGLASS",
"type": "png"
},
{
"file": "images/questionmarks.png",
"name": "IMAGE_QUESTION_MARKS",
"type": "png"
},
{
"file": "images/phoneon.png",
"name": "IMAGE_PHONEON",
"type": "png"
},
{
"file": "images/phoneoff.png",
"name": "IMAGE_PHONEOFF",
"type": "png"
},
{
"file": "images/err.png",
"name": "IMAGE_ERR",
"type": "png"
}
]
},
"shortName": "xDrip Watch Face",
"uuid": "79f8ecb3-7214-4bfc-b996-cb95148ee6d3",
"versionCode": 1,
"versionLabel": "1.4",
"watchapp": {
"watchface": true
},
"targetPlatforms": [
"aplite",
"basalt"
],
"sdkVersion": "3"
}