forked from harpchad/PebbleTextWatch
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathappinfo.json
More file actions
55 lines (55 loc) · 1.04 KB
/
appinfo.json
File metadata and controls
55 lines (55 loc) · 1.04 KB
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
{
"uuid": "657a9456-4f89-4156-94fa-8f34000d5010",
"shortName": "Text Watch",
"longName": "Text Watch with Date",
"companyName": "Cache4Gold",
"versionLabel": "2.0",
"sdkVersion": "3",
"targetPlatforms": [
"aplite",
"basalt",
"chalk",
"diorite",
"emery"
],
"watchapp": {
"watchface": true
},
"appKeys": {
"bg_color": 1,
"time_color": 2,
"date_color": 3,
"day_color": 4,
"time_align": 5,
"date_align": 6,
"prefix": 7,
"date_format": 8,
"font_choice": 9,
"hour_color": 10,
"min_color": 11,
"day_format": 12,
"time_case": 13,
"date_case": 14,
"day_case": 15,
"hour_case": 16,
"min_case": 17,
"slot1_content": 18,
"slot2_content": 19,
"slot1_color": 20,
"slot2_color": 21,
"slot1_align": 22,
"slot2_align": 23,
"slot1_case": 24,
"slot2_case": 25,
"weather_unit": 26,
"weather_temp": 27,
"weather_cond": 28
},
"capabilities": [
"configurable",
"location"
],
"resources": {
"media": []
}
}