-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.25 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
{
"name": "Hurry Up!",
"version": "0.3.0",
"author": "Lesterpig",
"pebble": {
"sdkVersion": "3",
"resources": {
"media": [
{
"menuIcon": true,
"type": "png",
"name": "IMAGE_MENU_ICON",
"file": "images/menu_icon.png"
},
{
"type": "png",
"name": "IMAGE_ADD_ICON",
"file": "images/add_icon.png"
},
{
"type": "png",
"name": "IMAGE_NEAR_ICON",
"file": "images/near_icon.png"
},
{
"type": "png",
"name": "IMAGE_BOOKMARK_ICON",
"file": "images/bookmark_icon.png"
}
]
},
"uuid": "b7dccf94-425b-4a4c-a708-9f2dd764f539",
"messageKeys": [
"STOPS_NEAR",
"NO_STOPS_BOOK",
"NO_STOP_TIMES",
"STOP_TIMES",
"ASK_STOP",
"STOPS_BOOK",
"NO_STOPS_NEAR",
"ASK_TIMEO",
"ASK_BOOK"
],
"enableMultiJS": true,
"displayName": "Hurry Up! Rennes",
"watchapp": {
"onlyShownOnCommunication": false,
"hiddenApp": false,
"watchface": false
},
"targetPlatforms": [
"aplite",
"basalt",
"chalk",
"diorite"
],
"capabilities": [
"location"
]
}
}