forked from MarSoft/PebbleNotes
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathappinfo.json
60 lines (60 loc) · 1.08 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
{
"uuid": "c17438d1-8fb7-4d14-8d9a-208ebe601522",
"shortName": "Pebble Tasks Revived",
"longName": "GoogleTasks for Pebble",
"companyName": "ngencokamin",
"versionCode": 1100,
"versionLabel": "1.12",
"watchapp": {
"watchface": false
},
"capabilities": [
"configurable"
],
"appKeys": {
"code": 0,
"scope": 1,
"count": 5,
"item": 6,
"listId": 10,
"taskId": 11,
"title": 20,
"size": 21,
"isDone": 22,
"hasNotes": 23,
"notes": 24,
"access_token": 40,
"refresh_token": 41,
"option_id": 45,
"option_value": 46,
"error": 50
},
"resources": {
"media": [
{
"type": "png",
"name": "ICON",
"file": "icon2.png",
"menuIcon": true
},
{
"type": "png",
"name": "TASK_UNDONE",
"file": "task_undone_16.png"
},
{
"type": "png",
"name": "TASK_DONE",
"file": "task_done_16.png"
}
]
},
"targetPlatforms": [
"aplite",
"basalt",
"chalk",
"diorite",
"emery"
],
"sdkVersion": "3"
}