-
Notifications
You must be signed in to change notification settings - Fork 39
/
appinfo.json
55 lines (55 loc) · 1.22 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
{
"uuid": "ae8b2bc4-7f29-41c4-b8e5-d0b3d7a999ad",
"shortName": "Cards Example",
"longName": "Cards Example",
"companyName": "Pebble Technology",
"versionCode": 1,
"versionLabel": "1.0",
"sdkVersion": "3",
"targetPlatforms": ["aplite", "basalt"],
"watchapp": {
"watchface": false
},
"appKeys": {
"dummy": 0
},
"resources": {
"media": [
{
"type": "raw",
"name": "ICON_GENERIC_WEATHER",
"file": "Pebble_50x50_Generic_weather.pdc"
},
{
"type": "raw",
"name": "ICON_HEAVY_RAIN",
"file": "Pebble_50x50_Heavy_rain.pdc"
},
{
"type": "raw",
"name": "ICON_HEAVY_SNOW",
"file": "Pebble_50x50_Heavy_snow.pdc"
},
{
"type": "raw",
"name": "ICON_LIGHT_RAIN",
"file": "Pebble_50x50_Light_rain.pdc"
},
{
"type": "raw",
"name": "ICON_LIGHT_SNOW",
"file": "Pebble_50x50_Light_snow.pdc"
},
{
"type": "raw",
"name": "ICON_PARTLY_CLOUDY",
"file": "Pebble_50x50_Partly_cloudy.pdc"
},
{
"type": "raw",
"name": "ICON_SUNNY_DAY",
"file": "Pebble_50x50_Sunny_day.pdc"
}
]
}
}