-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappinfo.json
More file actions
32 lines (32 loc) · 758 Bytes
/
appinfo.json
File metadata and controls
32 lines (32 loc) · 758 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
31
32
{
"appKeys": {},
"capabilities": [
""
],
"companyName": "Pebble",
"longName": "MacPaint",
"projectType": "native",
"resources": {
"media": [
{
"file": "images/background.png",
"name": "IMAGE_BACKGROUND",
"type": "png"
},
{
"compatibility": "2.7",
"file": "fonts/perfect-dos-vga.ttf",
"name": "FONT_PERFECT_DOS_48",
"type": "font"
}
]
},
"sdkVersion": "2",
"shortName": "MacPaint",
"uuid": "6004d16a-30c2-4763-928b-b97800fd6d0b",
"versionCode": 1,
"versionLabel": "1.0",
"watchapp": {
"watchface": true
}
}