This repository has been archived by the owner on Dec 24, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappinfo.json
93 lines (93 loc) · 2.05 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
{
"uuid": "52d59234-a54b-4da1-b048-5c5ec121f54d",
"shortName": "LGS Watch",
"longName": "LGS Watch",
"companyName": "Little Gem Software",
"versionCode": 2,
"versionLabel": "2.4",
"capabilities": [ "configurable" ],
"watchapp": {
"watchface": true
},
"appKeys": {
"status": 0,
"language": 1,
"format": 2
},
"resources": {
"media": [
{
"menuIcon": true,
"type": "png",
"name": "IMAGE_MENU_ICON",
"file": "images/menu_icon_lgs_watch.png"
},
{
"type": "png",
"name": "IMAGE_BACKGROUND",
"file": "images/background.png"
},
{
"type": "png",
"name": "IMAGE_BATT_000_020",
"file": "images/batt_000_020.png"
},
{
"type": "png",
"name": "IMAGE_BATT_020_040",
"file": "images/batt_020_040.png"
},
{
"type": "png",
"name": "IMAGE_BATT_040_060",
"file": "images/batt_040_060.png"
},
{
"type": "png",
"name": "IMAGE_BATT_060_080",
"file": "images/batt_060_080.png"
},
{
"type": "png",
"name": "IMAGE_BATT_080_100",
"file": "images/batt_080_100.png"
},
{
"type": "png",
"name": "IMAGE_BATT_CHARGING",
"file": "images/batt_charging.png"
},
{
"type": "png",
"name": "IMAGE_BLUETOOTH",
"file": "images/bluetooth.png"
},
{
"type": "png",
"name": "IMAGE_NO_BLUETOOTH",
"file": "images/no_bluetooth.png"
},
{
"type": "font",
"name": "FONT_CHICAGO_20",
"file": "fonts/CHICAGO.ttf"
},
{
"type": "font",
"name": "FONT_CHICAGO_14",
"file": "fonts/CHICAGO.ttf"
},
{
"type": "font",
"name": "FONT_CHICAGO_12",
"file": "fonts/CHICAGO.ttf"
},
{
"characterRegex": "[:0-9]",
"type": "font",
"name": "FONT_CHICAGO_SUBSET_40",
"file": "fonts/CHICAGO.ttf"
}
]
}
}