-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappinfo.json
84 lines (84 loc) · 2.33 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
{
"appKeys": {
"KEY_ACTION_GET_WEATHER": 27,
"KEY_ACTION_STORE_SETTINGS": 26,
"KEY_BG_COLOR": 23,
"KEY_CITY": 21,
"KEY_FORECAST_0_CONDITIONS": 8,
"KEY_FORECAST_0_DAY": 3,
"KEY_FORECAST_0_MAX_C": 6,
"KEY_FORECAST_0_MAX_F": 7,
"KEY_FORECAST_0_MIN_C": 4,
"KEY_FORECAST_0_MIN_F": 5,
"KEY_FORECAST_1_CONDITIONS": 14,
"KEY_FORECAST_1_DAY": 9,
"KEY_FORECAST_1_MAX_C": 12,
"KEY_FORECAST_1_MAX_F": 13,
"KEY_FORECAST_1_MIN_C": 10,
"KEY_FORECAST_1_MIN_F": 11,
"KEY_FORECAST_2_CONDITIONS": 20,
"KEY_FORECAST_2_DAY": 15,
"KEY_FORECAST_2_MAX_C": 18,
"KEY_FORECAST_2_MAX_F": 19,
"KEY_FORECAST_2_MIN_C": 16,
"KEY_FORECAST_2_MIN_F": 17,
"KEY_READY": 29,
"KEY_SUPPORTS_COLOR": 28,
"KEY_TEMP_UNITS": 22,
"KEY_TEXT_COLOR": 24,
"KEY_WEATHER_CONDITIONS": 2,
"KEY_WEATHER_SERVICE": 30,
"KEY_WEATHER_TEMP_C": 0,
"KEY_WEATHER_TEMP_F": 1,
"KEY_WEATHER_UNDERGROUND_API_KEY": 31
},
"capabilities": [
"location",
"configurable"
],
"companyName": "benkrejci.com",
"longName": "Fourcast",
"projectType": "native",
"resources": {
"media": [
{
"file": "images/fourcast 1.png",
"menuIcon": true,
"name": "PREVIEW",
"type": "png"
},
{
"file": "fonts/owfont-regular.ttf",
"name": "WEATHER_ICONS_26",
"type": "font"
},
{
"file": "fonts/Square.ttf",
"name": "SQUARE_54",
"type": "font"
},
{
"file": "fonts/Square.ttf",
"name": "SQUARE_18",
"type": "font"
},
{
"file": "fonts/Anita semi square.ttf",
"name": "SQUARE_TEXT_22",
"trackingAdjust": -1,
"type": "font"
}
]
},
"sdkVersion": "3",
"shortName": "Fourcast",
"targetPlatforms": [
"aplite",
"basalt"
],
"uuid": "7a7c8159-2036-44b3-b92b-182ddc9ef8de",
"versionLabel": "0.9",
"watchapp": {
"watchface": true
}
}