-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappinfo.json
46 lines (46 loc) · 948 Bytes
/
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
{
"uuid": "827e2886-5a6b-43b7-8c9b-5783eedbc498",
"shortName": "WWDC 2014",
"longName": "WWDC 2014 Schedule for Pebble",
"companyName": "Logical Pixels",
"versionCode": 1,
"versionLabel": "1.0.0",
"watchapp": {
"watchface": false
},
"appKeys": {
"index": 0,
"id": 1,
"title": 2,
"type": 3,
"room": 4,
"time": 5,
"sectionName": 6,
"sectionNumber": 7,
"sectionIndex": 8,
"getSessions": 9,
"sectionKey": 10,
"getEventInfo": 11,
"error": 12
},
"resources": {
"media": [
{
"type": "png",
"file": "apple_bg.png",
"name": "IMAGE_APPLE_BG"
},
{
"type": "png",
"file": "lab_indicator.png",
"name": "IMAGE_LAB"
},
{
"type": "png",
"file": "menu_icon.png",
"name": "MENU_ICON",
"menuIcon": true
}
]
}
}