forked from bdjett/UptimeRobot-Pebble
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappinfo.json
60 lines (60 loc) · 1.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
{
"uuid": "ad4d6d24-c0f3-4bfb-95bc-902b66356176",
"shortName": "UptimeRobot",
"longName": "UptimeRobot for Pebble",
"companyName": "Logical Pixels",
"versionCode": 2,
"capabilities": [
"configurable"
],
"versionLabel": "1.0.1",
"watchapp": {
"watchface": false
},
"appKeys": {
"id": 0,
"friendlyName": 1,
"url": 2,
"status": 3,
"uptime": 4,
"index": 5,
"getStatus": 6
},
"resources": {
"media": [
{
"type": "png",
"name": "IMAGE_CHECK_ICON_SMALL",
"file": "check_icon_small.png"
}, {
"type": "png",
"name": "IMAGE_X_ICON_SMALL",
"file": "x_icon_small.png"
}, {
"type": "png",
"name": "IMAGE_PAUSE_ICON_SMALL",
"file": "pause_icon_small.png"
}, {
"type": "png",
"name": "IMAGE_QUESTION_ICON_SMALL",
"file": "question_icon_small.png"
}, {
"type": "png",
"name": "IMAGE_QUESTION_ICON_LARGE",
"file": "question_icon_large.png"
}, {
"type": "png",
"name": "IMAGE_PAUSE_ICON_LARGE",
"file": "pause_icon_large.png"
}, {
"type": "png",
"name": "IMAGE_X_ICON_LARGE",
"file": "x_icon_large.png"
}, {
"type": "png",
"name": "IMAGE_CHECK_ICON_LARGE",
"file": "check_icon_large.png"
}
]
}
}