-
Notifications
You must be signed in to change notification settings - Fork 1
/
appinfo.json
59 lines (59 loc) · 1.28 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
{
"uuid": "5E58763D-4986-49B6-A115-A4DD55ED0694",
"shortName": "French for Future",
"longName": "French for Future",
"companyName": "Debacle Software",
"versionCode": 2,
"versionLabel": "0.1",
"watchapp": {
"watchface": true
},
"appKeys": {
"temperature": 0,
"condition": 1,
"current_time": 4,
"error": 5,
"colourscheme": 6,
"request_update": 42
},
"capabilities": [
"location"
],
"resources": {
"media": [
{
"menuIcon": true,
"type": "png",
"name": "IMAGE_MENU_ICON",
"file": "images/menu_icon_akaoka.png"
},
{
"type": "png",
"name": "IMAGE_DOTS",
"file": "images/dots.png"
},
{
"type": "raw",
"name": "RAW_FONT_AVENIR_BOOK_SUBSET_18",
"file": "fonts/Avenir-Book.ttf.FONT_AVENIR_BOOK_SUBSET_18.fixed.pfo"
},
{
"name": "FONT_AVENIR_BOOK_SUBSET_18",
"file": "fonts/Avenir-Book.ttf",
"type": "font",
"characterRegex": "[A-Z0-9\u00b0 -:%]"
},
{
"name": "FONT_AVENIR_BOOK_SUBSET_48",
"file": "fonts/Avenir-Book.ttf",
"type": "font",
"characterRegex": "[0-9 :]"
}
]
},
"targetPlatforms": [
"aplite",
"basalt"
],
"sdkVersion": "3"
}