-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathappinfo.json
More file actions
40 lines (40 loc) · 785 Bytes
/
Copy pathappinfo.json
File metadata and controls
40 lines (40 loc) · 785 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
33
34
35
36
37
38
39
40
{
"uuid": "05c70f29-a8a6-4b15-a2c2-2f93065b1c9d",
"shortName": "Time+",
"longName": "Time+",
"companyName": "ArtiTyu",
"versionCode": 1,
"versionLabel": "1.0.1",
"watchapp": {
"watchface": true
},
"appKeys": {
"dummy": 0
},
"resources": {
"media": [
{
"menuIcon": true,
"type": "png",
"name": "IMAGE_MENU_ICON",
"file": "images/png.png"
},
{
"type": "png",
"name": "IMAGE_BLUETOOTH",
"file": "images/bluetooth.png"
},
{
"type": "font",
"name": "FONT_FUTURAB_21",
"file": "fonts/Alien_lines.ttf"
},
{
"characterRegex": "[:0-9]",
"type": "font",
"name": "FONT_FUTURAB_64",
"file": "fonts/Arista.ttf"
}
]
}
}