-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathappinfo.json
More file actions
executable file
·35 lines (35 loc) · 815 Bytes
/
appinfo.json
File metadata and controls
executable file
·35 lines (35 loc) · 815 Bytes
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
{
"versionLabel": "1.0",
"uuid": "25769431-43a7-4f73-aee5-26ebf5c4c2d3",
"appKeys": {},
"longName": "pebbleNotepad",
"versionCode": 1,
"capabilities": [
""
],
"shortName": "pebbleNotepad",
"companyName": "debuti",
"watchapp": {
"watchface": false
},
"resources": {
"media": [
{
"menuIcon": true,
"type": "png",
"name": "MENU_ICON",
"file": "images/crayon_mine.png"
},
{
"type": "raw",
"name": "NOTE0",
"file": "notes/note0.txt"
},
{
"type": "raw",
"name": "NOTE1",
"file": "notes/note1.txt"
}
]
}
}