-
Notifications
You must be signed in to change notification settings - Fork 0
/
appinfo.json
68 lines (68 loc) · 1.58 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
{
"uuid": "d8d312a8-dca7-411a-bcc8-8b3d2caee0d3",
"shortName": "Beapoch",
"longName": "Beapoch",
"companyName": "jerith",
"versionCode": 3,
"versionLabel": "2.0.1",
"watchapp": {
"watchface": true
},
"appKeys": {
"utc_offset": 0
},
"resources": {
"media": [
{
"characterRegex": "[0-9-]",
"type": "font",
"name": "FONT_ISO_DATE_23",
"file": "fonts/Droid_Sans/DroidSans.ttf"
},
{
"characterRegex": "[0-9:]",
"type": "font",
"name": "FONT_ISO_TIME_31",
"file": "fonts/Droid_Sans/DroidSans.ttf"
},
{
"characterRegex": "[0-9]",
"type": "font",
"name": "FONT_UNIX_TIME_23",
"file": "fonts/Source_Code_Pro/SourceCodePro-Regular.ttf"
},
{
"characterRegex": "[0-9+-]",
"type": "font",
"name": "FONT_TZ_OFFSET_20",
"file": "fonts/Source_Code_Pro/SourceCodePro-Regular.ttf"
},
{
"characterRegex": "[0-9@]",
"type": "font",
"name": "FONT_SWATCH_BEATS_24",
"file": "fonts/Fugaz_One/FugazOne-Regular.ttf"
},
{
"type": "png",
"name": "IMG_BAT_CHARGING",
"file": "images/bat_charging.png"
},
{
"type": "png",
"name": "IMG_BAT_FULL",
"file": "images/bat_full.png"
},
{
"type": "png",
"name": "IMG_BAT_LOW",
"file": "images/bat_low.png"
},
{
"type": "png",
"name": "IMG_BT_DISCONNECTED",
"file": "images/bt_disconnected.png"
}
]
}
}