-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathappinfo.json
49 lines (49 loc) · 1.24 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
{
"uuid": "fa0bec73-140f-4675-babd-5333731f83bf",
"shortName": "HTTP Push",
"longName": "HTTP Push",
"companyName": "Sean Konagaya",
"versionLabel": "4.2",
"sdkVersion": "3",
"targetPlatforms": ["aplite", "chalk", "basalt", "emery", "diorite"],
"watchapp": {
"watchface": false
},
"capabilities": [
"configurable"
],
"appKeys": {
"KEY_LIST": 0,
"KEY_SIZE": 1,
"KEY_INDEX": 2,
"KEY_RESPONSE": 3,
"KEY_ACTION": 4,
"KEY_FOLDER_INDEX": 5,
"KEY_CHUNK_INDEX": 6,
"KEY_CHUNK_SIZE": 7,
"KEY_VERSION": 8,
"KEY_ERROR": 9,
"KEY_NOTIFICATION": 10,
"KEY_REQUEST_NAME": 11
},
"resources": {
"media": [{
"type": "raw",
"name": "ANIMATION",
"file": "images/dog.png"
}, {
"type": "png",
"name": "FOLDER_BLACK",
"file": "images/folderdark.png"
}, {
"type": "png",
"name": "FOLDER_WHITE",
"file": "images/folderlight.png"
}, {
"type": "png",
"menuIcon": true,
"name": "IMAGE_MENU_ICON",
"file": "images/icon.png"
}]
}
}