-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathappinfo.json
135 lines (135 loc) · 3.91 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
124
125
126
127
128
129
130
131
132
133
134
135
{
"appKeys": {
"FONT_KEY": 6,
"HEIGHT_KEY": 3,
"HOR_KEY": 7,
"INVERT_KEY": 8,
"NOON_KEY": 4,
"SUNRISE_KEY": 2,
"SUNSET_KEY": 1,
"THICK_KEY": 5,
"TIMEDATE_KEY": 10,
"TYPE_KEY": 9,
"status": 0
},
"capabilities": [
"location",
"configurable"
],
"companyName": "[email protected]",
"longName": "SolarTimerrev1",
"projectType": "native",
"resources": {
"media": [
{
"characterRegex": "[0-9:.]",
"file": "fonts/FuturaLT-Heavy.ttf",
"name": "FONT_FUTURA_BOLD_48",
"type": "font"
},
{
"characterRegex": "[0-9:.]",
"file": "fonts/FuturaLT-Heavy.ttf",
"name": "FONT_FUTURA_BOLD_39",
"type": "font"
},
{
"file": "fonts/FuturaLT-Heavy.ttf",
"name": "FONT_FUTURA_BOLD_21",
"type": "font"
},
{
"characterRegex": "[0-9:.]",
"file": "fonts/FuturaLT.ttf",
"name": "FONT_FUTURA_REGULAR_48",
"type": "font"
},
{
"characterRegex": "[0-9:.]",
"file": "fonts/FuturaLT.ttf",
"name": "FONT_FUTURA_REGULAR_39",
"type": "font"
},
{
"file": "fonts/FuturaLT.ttf",
"name": "FONT_FUTURA_REGULAR_21",
"type": "font"
},
{
"characterRegex": "[0-9:.]",
"file": "fonts/Lato-Bold.ttf",
"name": "FONT_LATO_BOLD_49",
"type": "font"
},
{
"characterRegex": "[0-9:.]",
"file": "fonts/Lato-Bold.ttf",
"name": "FONT_LATO_BOLD_40",
"type": "font"
},
{
"file": "fonts/Lato-Bold.ttf",
"name": "FONT_LATO_BOLD_22",
"type": "font"
},
{
"characterRegex": "[0-9:.]",
"file": "fonts/Lato-Regular.ttf",
"name": "FONT_LATO_REGULAR_49",
"type": "font"
},
{
"characterRegex": "[0-9:.]",
"file": "fonts/Lato-Regular.ttf",
"name": "FONT_LATO_REGULAR_40",
"type": "font"
},
{
"file": "fonts/Lato-Regular.ttf",
"name": "FONT_LATO_REGULAR_22",
"type": "font"
},
{
"characterRegex": "[0-9:.]",
"file": "fonts/Lato-Light.ttf",
"name": "FONT_LATO_LIGHT_49",
"type": "font"
},
{
"characterRegex": "[0-9:.]",
"file": "fonts/Lato-Light.ttf",
"name": "FONT_LATO_LIGHT_40",
"type": "font"
},
{
"file": "fonts/Lato-Light.ttf",
"name": "FONT_LATO_LIGHT_22",
"type": "font"
},
{
"file": "images/sinebw_thin.png",
"name": "IMAGE_SINE_THIN",
"type": "png"
},
{
"file": "images/SolarTime_icon.png",
"menuIcon": true,
"name": "IMAGE_ICON",
"type": "png"
},
{
"file": "images/sinebw.png",
"name": "IMAGE_SINE",
"type": "png"
}
]
},
"sdkVersion": "2",
"shortName": "SolarTimerrev1",
"uuid": "3007aa21-aa55-4c23-b099-e1abfe28c40a",
"versionCode": 1,
"versionLabel": "0.61",
"watchapp": {
"watchface": true
}
}