forked from jaredbiehler/weather-my-way
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathappinfo.json
111 lines (111 loc) · 2.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
{
"appKeys": {
"battery": 11,
"condition": 1,
"debug": 8,
"error": 5,
"h1_cond": 14,
"h1_pop": 16,
"h1_temp": 13,
"h1_time": 15,
"h2_cond": 18,
"h2_pop": 20,
"h2_temp": 17,
"h2_time": 19,
"hourly_enabled": 21,
"js_ready": 9,
"locale": 7,
"pubdate": 4,
"scale": 10,
"service": 6,
"sunrise": 2,
"sunset": 3,
"temperature": 0,
"tzoffset": 12
},
"capabilities": [
"location",
"configurable"
],
"companyName": "editor Zeduaz",
"longName": "Weather My Way edited by Zeduaz",
"projectType": "native",
"resources": {
"media": [
{
"file": "images/3.png",
"name": "screenshot3",
"type": "png"
},
{
"file": "images/2.png",
"name": "screenshot2",
"type": "png"
},
{
"file": "images/1.png",
"name": "screenshot1",
"type": "png"
},
{
"file": "images/v1.3.png",
"name": "screenshot3",
"type": "png"
},
{
"file": "images/45x45.png",
"name": "ICON_45X45",
"type": "png"
},
{
"file": "images/30x30.png",
"name": "ICON_30X30",
"type": "png"
},
{
"file": "images/v1.2.png",
"name": "screenshot2",
"type": "png"
},
{
"file": "images/v1.1.png",
"name": "screenshot",
"type": "png"
},
{
"characterRegex": "[0-9\u00b0 -]",
"file": "fonts/futura.ttf",
"name": "FUTURA_30",
"trackingAdjust": -3,
"type": "font"
},
{
"characterRegex": "[A-Za-z0-9 ]",
"file": "fonts/futura.ttf",
"name": "FUTURA_18",
"trackingAdjust": 3,
"type": "font"
},
{
"characterRegex": "[0-9\u00b0 -]",
"file": "fonts/futura.ttf",
"name": "FUTURA_17",
"trackingAdjust": -2,
"type": "font"
},
{
"file": "fonts/futura_condensed_bold-webfont.ttf",
"name": "FUTURA_CONDENSED_53",
"type": "font"
}
]
},
"sdkVersion": "2",
"shortName": "Weather My Way edited by Zeduaz",
"uuid": "afaa4c29-c8e8-4e18-a1eb-a23227c547cc",
"versionCode": 1,
"versionLabel": "1.3",
"watchapp": {
"watchface": true
}
}