-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappinfo.json
37 lines (37 loc) · 887 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
{
"appKeys": {},
"capabilities": [
""
],
"companyName": "Nick Richards",
"longName": "Fuzzy Time GB",
"projectType": "native",
"resources": {
"media": [
{
"characterRegex": "[A-Za-z0-9_ '.]",
"file": "fonts/Arvo-Regular.ttf",
"name": "ARVO_REGULAR_24",
"type": "font"
},
{
"file": "images/menu_icon_fuzzy_watch.png",
"menuIcon": true,
"name": "IMAGE_MENU_ICON",
"type": "png"
}
]
},
"sdkVersion": "3",
"shortName": "Fuzzy Time GB",
"targetPlatforms": [
"aplite",
"basalt",
"chalk"
],
"uuid": "2317a46c-182b-4a52-a065-53d26c5cb2f4",
"versionLabel": "1.3",
"watchapp": {
"watchface": true
}
}