-
Notifications
You must be signed in to change notification settings - Fork 0
/
appinfo.json
64 lines (64 loc) · 1.61 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
{
"versionLabel": "0.60",
"uuid": "3a2658d2-8782-49b5-beb0-382317d0856e",
"appKeys": {
"index": 0,
"update_time": 5,
"area_wind": 2,
"area_name": 1,
"weather_desc": 6,
"area_temps": 3,
"area_snowfall": 4,
"units": 7
},
"longName": "SkiReport",
"versionCode": 8,
"capabilities": [
"location"
],
"shortName": "SkiReport",
"companyName": "A.Clymer",
"watchapp": {
"watchface": false
},
"resources": {
"media": [
{
"type": "png",
"name": "ICON_RIGHT_ARROW",
"file": "images/right_arrowhead.png"
},
{
"type": "png",
"name": "ICON_SETTINGS",
"file": "images/settings-icon.png"
},
{
"type": "png",
"name": "ICON_OK",
"file": "images/ok.png"
},
{
"type": "png",
"name": "ICON_CHECK_MARK",
"file": "images/check_mark.png"
},
{
"type": "png",
"name": "ICON_DOWN_ARROW",
"file": "images/down_arrowhead.png"
},
{
"type": "png",
"name": "ICON_UP_ARROW",
"file": "images/up_arrowhead.png"
},
{
"menuIcon": true,
"type": "png",
"name": "IMAGE_MENU_ICON",
"file": "images/snow.png"
}
]
}
}