-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappinfo.json
More file actions
30 lines (30 loc) · 731 Bytes
/
appinfo.json
File metadata and controls
30 lines (30 loc) · 731 Bytes
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
{
"appKeys": {},
"capabilities": [
""
],
"companyName": "andrew@andrewandrade.ca",
"longName": "First Pebble Tutorial",
"projectType": "native",
"resources": {
"media": [
{
"file": "images/panda_happy.png",
"name": "IMAGE_PANDA_HAPPY",
"type": "png"
},
{
"file": "images/panda_sad.png",
"name": "IMAGE_PANDA_SAD",
"type": "png"
}
]
},
"shortName": "First Pebble Tutorial",
"uuid": "1cf8a047-22a8-47cf-beee-1b3269a4a93f",
"versionCode": 1,
"versionLabel": "1.0",
"watchapp": {
"watchface": false
}
}