-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappinfo.json
39 lines (39 loc) · 983 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
38
39
{
"appKeys": {
"KEY_CONDITIONS": 1,
"KEY_TEMPERATURE": 0
},
"capabilities": [
"location"
],
"companyName": "Tim Gray",
"longName": "Hello Chummer Watch Face",
"projectType": "native",
"resources": {
"media": [
{
"file": "images/background.png",
"menuIcon": true,
"name": "IMAGE_BACKGROUND",
"type": "png"
},
{
"file": "fonts/perfect-dos-vga.ttf",
"name": "FONT_PERFECT_DOS_20",
"type": "font"
},
{
"file": "fonts/perfect-dos-vga.ttf",
"name": "FONT_PERFECT_DOS_48",
"type": "font"
}
]
},
"shortName": "Hello Chummer",
"uuid": "23396b72-235e-4e7a-b2a6-85c21ca6e3cb",
"versionCode": 1,
"versionLabel": "1.1",
"watchapp": {
"watchface": true
}
}