forked from bhdouglass/simply-light
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appinfo.json
103 lines (103 loc) · 2.51 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
{
"uuid": "04a6e68a-42d6-4738-87b2-1c80a994dee4",
"shortName": "Simply Light",
"longName": "Simply Light",
"companyName": "Brian Douglass",
"versionCode": 3.7,
"versionLabel": "3.7",
"capabilities": [
"configurable"
],
"watchapp": {
"watchface": true
},
"appKeys": {
"temperature": 0,
"condition": 1,
"refresh_time": 2,
"wait_time": 3,
"color_invert": 4,
"sunrise": 5,
"sunset": 6,
"night_auto_switch": 7,
"show_am_pm": 8,
"hide_battery": 9,
"fetch": 10,
"vibrate_bluetooth": 11,
"charging_icon": 12,
"bt_disconnect_icon": 13,
"battery_percent": 14,
"day_text_color": 15,
"day_background_color": 16,
"night_text_color": 17,
"night_background_color": 18,
"language": 19,
"layout": 20,
"air_quality": 21,
"air_quality_index": 22,
"err": 23,
"aqi_degree": 24,
"hourly_vibrate": 25
},
"resources": {
"media": [
{
"menuIcon": true,
"type": "png",
"name": "IMAGE_MENU_ICON",
"file": "images/menu_icon.png"
},
{
"name": "DROIDSANS_BOLD_50",
"file": "fonts/DroidSans-Bold.ttf",
"characterRegex": "[0-9:]",
"type": "font"
},
{
"name": "DROIDSANS_32",
"file": "fonts/DroidSans.ttf",
"type": "font"
},
{
"name": "DROIDSANS_MONO_20",
"file": "fonts/DroidSansMono.ttf",
"type": "font"
},
{
"name": "DROIDSANS_MONO_16",
"file": "fonts/DroidSansMono.ttf",
"characterRegex": "[APMDUEPGT]",
"type": "font"
},
{
"name": "DROIDSANS_BOLD_18",
"file": "fonts/DroidSans-Bold.ttf",
"characterRegex": "[0-9]",
"type": "font"
},
{
"name": "DROIDSANS_BOLD_20",
"file": "fonts/DroidSans-Bold.ttf",
"characterRegex": "[0-9\\%+]",
"type": "font"
},
{
"name": "WEATHER_30",
"file": "fonts/weathericons-regular-webfont.ttf",
"characterRegex": "[\uf002\uf003\uf004\uf008\uf00a\uf00b\uf00d\uf010\uf013\uf014\uf015\uf019\uf01b\uf01c\uf01e\uf021\uf02e\uf031\uf032\uf036\uf038\uf039\uf03b\uf03e\uf04a\uf050\uf056\uf072\uf073\uf076]",
"type": "font"
},
{
"name": "MATERIAL_30",
"file": "fonts/Material-Design-Iconic-Font.ttf",
"characterRegex": "[\uf114\uf27f\uf1aa\uf21b\uf368]",
"type": "font"
}
]
},
"targetPlatforms": [
"aplite",
"basalt"
],
"sdkVersion": "3"
}