-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappinfo.json
48 lines (48 loc) · 1.18 KB
/
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
47
48
{
"appKeys": {
"KEY_CONDITIONS": 1,
"KEY_TEMPERATURE": 0
},
"capabilities": [
"location"
],
"companyName": "Jeffrey Ventures",
"longName": "FunTime AwesomeFace",
"projectType": "native",
"resources": {
"media": [
{
"file": "images/mush2.png",
"menuIcon": true,
"name": "IMAGE_MUSHROOM",
"type": "png"
},
{
"file": "fonts/Roboto-Bold.ttf",
"name": "FONT_ROBOTO_BOLD_17",
"type": "font"
},
{
"file": "fonts/Roboto-Bold.ttf",
"name": "FONT_ROBOTO_BOLD_52",
"type": "font"
},
{
"file": "images/mushroom-background.png",
"name": "IMAGE_MUSHROOM_BACKGROUND",
"type": "png"
}
]
},
"sdkVersion": "3",
"shortName": "FTAwesomeFace",
"targetPlatforms": [
"aplite",
"basalt"
],
"uuid": "0a79a2d9-2804-4234-82df-dc8b3a052e17",
"versionLabel": "1.0",
"watchapp": {
"watchface": true
}
}