-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappinfo.json
More file actions
57 lines (57 loc) · 1.52 KB
/
appinfo.json
File metadata and controls
57 lines (57 loc) · 1.52 KB
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
{
"appKeys": {},
"capabilities": [
""
],
"companyName": "kinncj@gmail.com",
"longName": "Pebble Toronto",
"projectType": "pebblejs",
"resources": {
"media": [
{
"file": "images/menu_icon.png",
"name": "IMAGE_MENU_ICON",
"type": "png"
},
{
"file": "fonts/UbuntuMono-Regular.ttf",
"name": "MONO_FONT_14",
"type": "font"
},
{
"file": "images/icon-walk.png",
"name": "IMAGES_ICON_WALK_PNG",
"type": "png"
},
{
"file": "images/sq_br_select.png",
"name": "IMAGES_SQ_BR_SELECT_PNG",
"type": "png"
},
{
"file": "images/sq_br_previous.png",
"name": "IMAGES_SQ_BR_PREVIOUS_PNG",
"type": "png"
},
{
"file": "images/sq_br_next.png",
"name": "IMAGES_SQ_BR_NEXT_PNG",
"type": "png"
},
{
"file": "images/pebbleTO.png",
"menuIcon": true,
"name": "IMAGES_PEBBLETO_PNG",
"type": "png"
}
]
},
"sdkVersion": "3",
"shortName": "PebbleTO",
"uuid": "23210387-3f98-41e2-a9eb-7c99ac792e96",
"versionCode": 1,
"versionLabel": "1.2",
"watchapp": {
"watchface": false
}
}