-
Notifications
You must be signed in to change notification settings - Fork 2
/
appinfo.json
54 lines (54 loc) · 1.46 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
{
"appKeys": {
"COLOR1_KEY": 5,
"COLORS_KEY": 3,
"COLOR_KEY": 1,
"KEY_COLOR": 0,
"KEY_COLOR1": 4,
"KEY_COLORS": 2
},
"capabilities": [
"configurable"
],
"companyName": "PALIANTech Ent.",
"longName": "Blue Futuristic",
"projectType": "native",
"resources": {
"media": [
{
"characterRegex": "[A-Z0-9: .]",
"file": "fonts/TrekTNGMonitors2A.ttf",
"name": "FONT_TNGMONITORSA_REGULAR_25",
"type": "font"
},
{
"characterRegex": "[A-Z0-9: .]",
"file": "fonts/TrekTNGMonitors2A.ttf",
"name": "FONT_TNGMONITORSA_REGULAR_75",
"type": "font"
},
{
"characterRegex": "[A-Z0-9: .]",
"file": "fonts/TrekTNGMonitorsS.ttf",
"name": "FONT_TNGMONITORS_REGULAR_25",
"type": "font"
},
{
"characterRegex": "[0-9:.]",
"file": "fonts/TrekTNGMonitors.ttf",
"name": "FONT_TNGMONITOR_REGULAR_75",
"type": "font"
}
]
},
"sdkVersion": "3",
"shortName": "Blue Futuristic",
"targetPlatforms": [
"basalt"
],
"uuid": "5bb1b762-ed0a-42f5-8ac0-de98dd435d28",
"versionLabel": "4.8",
"watchapp": {
"watchface": true
}
}