-
Notifications
You must be signed in to change notification settings - Fork 0
/
appinfo.json
97 lines (97 loc) · 2.78 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
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"appKeys": {},
"capabilities": [
""
],
"companyName": "PALIANTech Ent.",
"longName": "Live Tiles",
"projectType": "native",
"resources": {
"media": [
{
"characterRegex": "[A-Za-z0-9 %:.]",
"file": "fonts/Segoe-ui.ttf",
"name": "FONT_SEGOE_NORMAL_40",
"type": "font"
},
{
"characterRegex": "[0-9 %:.]",
"file": "fonts/Segoe-ui.ttf",
"name": "FONT_SEGOE_NORMAL_52",
"type": "font"
},
{
"characterRegex": "[A-Za-z0-9 %:.]",
"file": "fonts/Segoe-ui.ttf",
"name": "FONT_SEGOE_NORMAL_30",
"type": "font"
},
{
"characterRegex": "[A-Za-z0-9 %:.]",
"file": "fonts/Segoe-ui.ttf",
"name": "FONT_SEGOE_NORMAL_45",
"type": "font"
},
{
"characterRegex": "[0-9 %:.]",
"file": "fonts/Segoe-ui.ttf",
"name": "FONT_SEGOE_NORMAL_50",
"type": "font"
},
{
"file": "images/Watch-32.png",
"name": "IMAGE_WATCH",
"type": "png"
},
{
"file": "images/BattPartial.png",
"name": "IMAGE_BATNCH",
"type": "png"
},
{
"file": "images/BattCharge.png",
"name": "IMAGE_BATCH",
"type": "png"
},
{
"file": "images/BTNC55.png",
"name": "IMAGE_BTNC55",
"type": "png"
},
{
"file": "images/BTC55.png",
"name": "IMAGE_BTC55",
"type": "png"
},
{
"characterRegex": "[0-9 :.]",
"file": "fonts/HelLight2.ttf",
"name": "FONT_HELVETICA_LIGHT_50",
"type": "font"
},
{
"characterRegex": "[A-Za-z0-9% :.]",
"file": "fonts/HelLight2.ttf",
"name": "FONT_HELVETICA_LIGHT_45",
"type": "font"
},
{
"characterRegex": "[A-Za-z0-9% :.]",
"file": "fonts/HelLight2.ttf",
"name": "FONT_HELVETICA_LIGHT_30",
"type": "font"
}
]
},
"sdkVersion": "3",
"shortName": "Live Tiles",
"targetPlatforms": [
"basalt"
],
"uuid": "5bb1b762-ed0a-42f5-8ac0-de98dd435d21",
"versionCode": 1,
"versionLabel": "1.4",
"watchapp": {
"watchface": true
}
}