forked from lepinsk/french-for-future
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appinfo.json
45 lines (45 loc) · 990 Bytes
/
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
{
"uuid": "5E58763D-4986-49B6-A115-A4DD55ED0694",
"shortName": "French for Future",
"longName": "French for Future",
"companyName": "Debacle Software",
"versionCode": 1,
"versionLabel": "0.0.1",
"watchapp": {
"watchface": true
},
"appKeys": {
"temperature": 0,
"condition": 1,
"error": 2,
"colourscheme": 3,
"bitcoin": 4,
"request_update": 42
},
"capabilities": ["location", "configurable"],
"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"
},
{
"name": "FONT_AVENIR_BOOK_SUBSET_18",
"file": "fonts/Avenir-Book.ttf",
"type": "font"
},
{
"name": "FONT_AVENIR_BOOK_SUBSET_48",
"file": "fonts/Avenir-Book.ttf",
"type": "font"
}
]
}
}