-
Notifications
You must be signed in to change notification settings - Fork 0
/
appinfo.json
46 lines (46 loc) · 1.1 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
{
"appKeys": {
"KEY_TIME": 2,
"KEY_TIME1": 5,
"KEY_TIME2": 8,
"KEY_WIND_DIR": 1,
"KEY_WIND_DIR1": 4,
"KEY_WIND_DIR2": 7,
"KEY_WIND_SPEED": 0,
"KEY_WIND_SPEED1": 3,
"KEY_WIND_SPEED2": 6
},
"capabilities": [
""
],
"companyName": "John MacLeod",
"longName": "Sydney Harbour Weather",
"projectType": "native",
"resources": {
"media": [
{
"file": "images/SH28.png",
"menuIcon": true,
"name": "MENU_28",
"type": "png"
},
{
"file": "images/SydneyWeather.png",
"name": "MENU_IMAGE",
"type": "png"
},
{
"file": "images/background.png",
"name": "IMAGE_BACKGROUND",
"type": "png"
}
]
},
"shortName": "HarbourWeather",
"uuid": "3a2ee932-3fc7-424f-a38b-77b6e1549361",
"versionCode": 1,
"versionLabel": "1.2",
"watchapp": {
"watchface": true
}
}