forked from wearewip/PebbleTextWatch
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.08 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.08 KB
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
{
"version": "3.17.0",
"author": "Mattias Backlund",
"private": true,
"dependencies": {},
"keywords": [
"pebble-app"
],
"pebble": {
"sdkVersion": "3",
"resources": {
"media": [
{
"menuIcon": true,
"type": "bitmap",
"name": "IMAGE_MENU_ICON",
"file": "icons/menu_icon.png"
}
]
},
"projectType": "native",
"uuid": "8873f5fc-ec3c-487a-812b-8de0ae5f7ebe",
"messageKeys": {
"KEY_LANGUAGE": 4,
"KEY_MESSAGE_TIME": 6,
"KEY_REGULAR_TEXT": 2,
"KEY_INVERSE": 0,
"KEY_BACKGROUND": 1,
"KEY_OFFSET": 5,
"KEY_BOLD_TEXT": 3,
"KEY_GESTURE": 7,
"KEY_BT_NOTIFICATION": 8
},
"enableMultiJS": false,
"displayName": "Fuzzy Text Watch Plus",
"watchapp": {
"onlyShownOnCommunication": false,
"hiddenApp": false,
"watchface": true
},
"targetPlatforms": [
"aplite",
"basalt",
"chalk",
"diorite",
"emery"
],
"capabilities": [
"configurable"
]
},
"name": "Fuzzy Text Plus"
}