-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappinfo.json
More file actions
80 lines (80 loc) · 2.24 KB
/
appinfo.json
File metadata and controls
80 lines (80 loc) · 2.24 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"appKeys": {
"datefmt": 3,
"inv": 1,
"vibr": 2
},
"capabilities": [
"configurable"
],
"companyName": "Aardvark",
"longName": "Casio WV-58A",
"resources": {
"media": [
{
"file": "images/MenuImage.png",
"menuIcon": true,
"name": "RESOURCE_ID_IMAGE_MENUICON",
"type": "png"
},
{
"characterRegex": "[A-Z]",
"file": "fonts/MobileMan.ttf",
"name": "RESOURCE_ID_FONT_MOBILEMAN_30",
"trackingAdjust": -3,
"type": "font"
},
{
"file": "images/Background.png",
"name": "RESOURCE_ID_IMAGE_BACKGROUND",
"type": "png"
},
{
"file": "images/Radio.png",
"name": "RESOURCE_ID_IMAGE_RADIO",
"type": "png"
},
{
"characterRegex": "[0-9: ]",
"file": "fonts/DIGITAL_BOLD.TTF",
"name": "RESOURCE_ID_FONT_DIGITAL_55",
"trackingAdjust": -3,
"type": "font"
},
{
"characterRegex": "[-/0-9. ]",
"file": "fonts/DIGITAL_BOLD.TTF",
"name": "RESOURCE_ID_FONT_DIGITAL_25",
"type": "font"
},
{
"characterRegex": "[A-Z]",
"file": "fonts/DIGITAL_BOLD.TTF",
"name": "RESOURCE_ID_FONT_DIGITAL_35",
"type": "font"
},
{
"file": "images/Battery.png",
"name": "RESOURCE_ID_IMAGE_BATTERIES",
"type": "png"
},
{
"file": "images/A.png",
"name": "AM_IMAGE",
"type": "png"
},
{
"file": "images/P.png",
"name": "PM_IMAGE",
"type": "png"
}
]
},
"shortName": "Casio WV-58A",
"uuid": "0bd7e4a0-fe4a-11e3-9191-0800200c9a66",
"versionCode": 5,
"versionLabel": "1.2",
"watchapp": {
"watchface": true
}
}