-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathappinfo.json
95 lines (95 loc) · 2.41 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
{
"appKeys": {
"battery": 11,
"bluetooth": 23,
"color": 22,
"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,
"stophourly": 25,
"sunrise": 2,
"sunset": 3,
"temperature": 0,
"timesig": 24,
"tzoffset": 12
},
"capabilities": [
"location",
"configurable"
],
"companyName": "Kenji Taguchi",
"longName": "Weather Face",
"projectType": "native",
"resources": {
"media": [
{
"file": "images/pebble-screenshot1.png",
"name": "SCREEN_28x28",
"targetPlatforms": [
"basalt"
],
"type": "png"
},
{
"file": "images/45x45.png",
"name": "ICON_45X45",
"type": "bitmap"
},
{
"file": "images/30x30.png",
"name": "ICON_30X30",
"type": "bitmap"
},
{
"file": "fonts/futura_condensed_bold-webfont.ttf",
"name": "FUTURA_CONDENSED_53",
"type": "font"
},
{
"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"
}
]
},
"sdkVersion": "3",
"shortName": "Weather Face",
"targetPlatforms": [
"basalt"
],
"uuid": "6adb85a2-d3df-401a-be8b-83e30eb6364a",
"versionLabel": "1.0",
"watchapp": {
"watchface": true
}
}