-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappinfo.json
77 lines (77 loc) · 1.7 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
{
"uuid": "51cc422e-9066-4944-a6ba-74a55e4cc798",
"shortName": "Weather.js",
"longName": "Weather.js",
"projectType": "pebblejs",
"companyName": "Meiguro",
"versionLabel": "0.1",
"sdkVersion": "3",
"targetPlatforms": ["aplite", "basalt"],
"capabilities": [
"configurable"
],
"watchapp": {
"watchface": false
},
"appKeys": {},
"resources": {
"media": [
{
"menuIcon": true,
"type": "png",
"name": "IMAGE_MENU_ICON",
"file": "images/menu_icon.png"
},
{
"type": "png",
"name": "IMAGE_LOGO_SPLASH",
"file": "images/logo_splash.png"
},
{
"type": "png",
"name": "IMAGE_TILE_SPLASH",
"file": "images/tile_splash.png"
},
{
"type": "font",
"name": "MONO_FONT_14",
"file": "fonts/UbuntuMono-Regular.ttf"
},
{
"type": "png",
"name": "IMAGE_CLOUDY_DAY_50",
"file": "images/cloudy-day-50.png"
},
{
"type": "png",
"name": "IMAGE_HEAVY_RAIN_50",
"file": "images/heavy-rain-50.png"
},
{
"type": "png",
"name": "IMAGE_HEAVY_SNOW_50",
"file": "images/heavy-snow-50.png"
},
{
"type": "png",
"name": "IMAGE_LIGHT_RAIN_50",
"file": "images/light-rain-50.png"
},
{
"type": "png",
"name": "IMAGE_LIGHT_SNOW_50",
"file": "images/light-snow-50.png"
},
{
"type": "png",
"name": "IMAGE_PARTLY_CLOUDY_50",
"file": "images/partly-cloudy-50.png"
},
{
"type": "png",
"name": "IMAGE_SUN_50",
"file": "images/sun-50.png"
}
]
}
}