forked from pebble-examples/sliding-text
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappinfo.json
More file actions
57 lines (57 loc) · 1.3 KB
/
appinfo.json
File metadata and controls
57 lines (57 loc) · 1.3 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
{
"uuid": "C7A9D535-E9BD-4C36-9C30-B45AD0908634",
"shortName": "Sliding Text",
"longName": "Sliding Text",
"companyName": "Pebble Technology",
"versionLabel": "1.0.1",
"sdkVersion": "3",
"targetPlatforms": [
"aplite",
"basalt",
"chalk",
"emery",
"gabbro"
],
"watchapp": {
"watchface": true
},
"appKeys": {
"dummy": 0
},
"resources": {
"media": [
{
"type": "font",
"name": "FONT_GOTHAM_BOLD_50",
"file": "fonts/Gotham-Bold.ttf",
"characterRegex": "[a-z' ]",
"compatibility": "2.7",
"targetPlatforms": ["emery"]
},
{
"type": "font",
"name": "FONT_GOTHAM_LIGHT_50",
"file": "fonts/Gotham-Light.ttf",
"characterRegex": "[a-z' ]",
"compatibility": "2.7",
"targetPlatforms": ["emery"]
},
{
"type": "font",
"name": "FONT_GOTHAM_BOLD_40",
"file": "fonts/Gotham-Bold.ttf",
"characterRegex": "[a-z' ]",
"compatibility": "2.7",
"targetPlatforms": ["gabbro"]
},
{
"type": "font",
"name": "FONT_GOTHAM_LIGHT_32",
"file": "fonts/Gotham-Light.ttf",
"characterRegex": "[a-z' ]",
"compatibility": "2.7",
"targetPlatforms": ["gabbro"]
}
]
}
}