forked from GringerApps/minimalin
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
77 lines (77 loc) · 1.79 KB
/
package.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
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"version": "1.7.0",
"author": "GR Design",
"private": true,
"dependencies": {},
"keywords": [
"pebble-app"
],
"pebble": {
"sdkVersion": "3",
"resources": {
"media": [
{
"menuIcon": true,
"type": "png",
"name": "MENU_IMAGE",
"file": "images/img_menu.png"
},
{
"type": "png",
"name": "IMG_RAINBOW_HAND",
"file": "images/rainbow_hand.png"
},
{
"type": "font",
"characterRegex": "[0-9:\u00b0a-izA-IZk.yw\\-]",
"name": "FONT_NUPE_23",
"file": "fonts/nupe.ttf"
}
]
},
"projectType": "native",
"uuid": "341a9f39-53b5-4db9-ae50-78e7dd68e544",
"messageKeys": {
"AppKeyMinuteHandColor": 0,
"AppKeyHourHandColor": 1,
"AppKeyDateDisplayed": 2,
"AppKeyBluetoothIcon": 3,
"AppKeyRainbowMode": 4,
"AppKeyBackgroundColor": 5,
"AppKeyTimeColor": 6,
"AppKeyInfoColor": 7,
"AppKeyTemperatureUnit": 8,
"AppKeyRefreshRate": 9,
"AppKeyWeatherEnabled": 10,
"AppKeyConfig": 11,
"AppKeyWeatherTemperature": 12,
"AppKeyWeatherIcon": 13,
"AppKeyWeatherFailed": 14,
"AppKeyWeatherRequest": 15,
"AppKeyJsReady": 16,
"AppKeyVibrateOnTheHour": 17,
"AppKeyMilitaryTime": 18,
"AppKeyHealthEnabled": 19,
"AppKeyBatteryDisplayedAt": 20
},
"enableMultiJS": false,
"displayName": "Minimalin 2",
"watchapp": {
"onlyShownOnCommunication": false,
"hiddenApp": false,
"watchface": true
},
"targetPlatforms": [
"basalt",
"chalk",
"aplite",
"diorite",
"emery"
],
"capabilities": [
"configurable",
"health"
]
},
"name": "Minimalin 2"
}