forked from GringerApps/minimalin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappinfo.json
64 lines (64 loc) · 1.41 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
{
"appKeys": {
"AppKeyMilitaryTime": 19,
"AppKeyVibrateOnTheHour": 18,
"AppKeyJsReady": 17,
"AppKeyWeatherRequest": 16,
"AppKeyWeatherFailed": 15,
"AppKeyWeatherIcon": 14,
"AppKeyWeatherTemperature": 13,
"AppKeyConfig": 12,
"AppKeyWeatherEnabled": 11,
"AppKeyRefreshRate": 10,
"AppKeyTemperatureUnit": 9,
"AppKeyInfoColor": 8,
"AppKeyTimeColor": 7,
"AppKeyDateColor": 6,
"AppKeyBackgroundColor": 5,
"AppKeyRainbowMode": 4,
"AppKeyBluetoothIcon": 3,
"AppKeyDateDisplayed": 2,
"AppKeyHourHandColor": 1,
"AppKeyMinuteHandColor": 0
},
"capabilities": [
"configurable",
"health"
],
"companyName": "Gringer Apps",
"longName": "Minimalin",
"projectType": "native",
"resources": {
"media": [
{
"file": "images/img_menu.png",
"menuIcon": true,
"name": "MENU_IMAGE",
"type": "png"
},
{
"file": "images/rainbow_hand.png",
"name": "IMG_RAINBOW_HAND",
"type": "png"
},
{
"characterRegex": "[0-9:°a-izA-IZ\u2212]",
"file": "fonts/nupe.ttf",
"name": "FONT_NUPE_23",
"type": "font"
}
]
},
"sdkVersion": "3",
"shortName": "Minimalin",
"targetPlatforms": [
"basalt",
"chalk",
"aplite"
],
"uuid": "341a9f39-53b5-4db9-ae50-78e7dd68e544",
"versionLabel": "1.3",
"watchapp": {
"watchface": true
}
}