-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathappinfo.json
More file actions
85 lines (85 loc) · 2.86 KB
/
appinfo.json
File metadata and controls
85 lines (85 loc) · 2.86 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
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
{
"appKeys": {
"KEY_PHONE_BATTERY": 8,
"KEY_CONFIG_VALUE": 6
},
"capabilities": [
"configurable"
],
"companyName": "TensorChris",
"longName": "11 Weeks Calendar",
"projectType": "native",
"description": "11 weeks merged an 11 weeks calendar into a digital time watch face. It shows date, time, battery, bluetooth and phone battery information. For weather information, please look out from window :-) | Original watchface created by programus@gmail.com. Repackaged by TensorChris with working config page (original hosting no longer available).",
"resources": {
"media": [
{
"file": "images/phone_battery_charging.png",
"name": "IMAGE_PHONE_BATTERY_CHARGING",
"type": "bitmap"
},
{
"file": "images/yes_no.png",
"name": "IMAGE_YES_NO",
"type": "bitmap"
},
{
"file": "images/watch_battery_charging.png",
"name": "IMAGE_WATCH_BATTERY_CHARGING",
"type": "bitmap"
},
{
"file": "images/big_number_3x5.png",
"name": "IMAGE_BIG_NUMBER_3X5",
"type": "bitmap"
},
{
"file": "images/bluetooth_mark.png",
"name": "IMAGE_BLUETOOTH_MARK",
"type": "bitmap"
},
{
"file": "images/quiet_time_icon.png",
"name": "IMAGE_QUIET_TIME",
"type": "bitmap"
},
{
"file": "images/watch_battery.png",
"name": "IMAGE_WATCH_BATTERY",
"type": "bitmap"
},
{
"file": "images/phone_battery.png",
"name": "IMAGE_PHONE_BATTERY",
"type": "bitmap"
},
{
"file": "images/background.png",
"name": "IMAGE_BACKGROUND",
"type": "bitmap"
},
{
"file": "images/number_3x5.png",
"name": "IMAGE_NUMBER_3X5",
"type": "bitmap"
},
{
"file": "images/cap_letters.png",
"name": "IMAGE_CAP_LETTERS_3X5",
"type": "bitmap"
}
]
},
"sdkVersion": "3",
"shortName": "11wCal",
"targetPlatforms": [
"aplite",
"basalt",
"diorite"
],
"uuid": "8ae4dd92-b5fa-42fa-aca9-d326dfad417f",
"versionLabel": "2.8",
"changeLog": "Week number (CW) display. Tighter weekday headers. Quiet Time indicator. Embedded config (no cloud). Week starts on Monday. Two-digit battery. Full Pebble 2 support. Original by programus@gmail.com",
"watchapp": {
"watchface": true
}
}