-
Notifications
You must be signed in to change notification settings - Fork 0
/
appinfo.json
50 lines (50 loc) · 1.04 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
{
"appKeys": {
"KEY_CONFIG_API_KEY": 100,
"KEY_CONFIG_LOCATION": 101,
"KEY_CONFIG_TEMP_UNIT": 102,
"KEY_CONFIG_API": 103,
"KEY_CONFIG_THEME": 110,
"KEY_CONDITIONS": 200,
"KEY_TEMPERATURE": 201,
"KEY_WEATHER_FAIL": 500
},
"capabilities": [
"location",
"configurable"
],
"companyName": "Mike Hix",
"longName": "DataFace",
"projectType": "native",
"resources": {
"media": [
{
"file": "fonts/font_targa_ms_31.ttf",
"name": "FONT_TARGA_MS_31",
"trackingAdjust": 1,
"type": "font"
},
{
"file": "images/screenshot.png",
"name": "SCREENSHOT",
"type": "png"
},
{
"file": "images/screenshot_tiny.png",
"menuIcon": true,
"name": "SCREENSHOT_TINY",
"type": "png"
}
]
},
"sdkVersion": "3",
"shortName": "DataFace",
"targetPlatforms": [
"basalt"
],
"uuid": "b6c5b90e-9b5e-4461-85c8-b9832f169d50",
"versionLabel": "0.8",
"watchapp": {
"watchface": true
}
}