-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathappinfo.json
42 lines (42 loc) · 1021 Bytes
/
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
{
"appKeys": {
"octoprint_command": 0
},
"capabilities": [
"configurable"
],
"companyName": "Gullickson Laboratories",
"longName": "Octowatch",
"projectType": "native",
"resources": {
"media": [
{
"file": "images/pause.png",
"name": "IMAGE_PAUSE",
"type": "png"
},
{
"file": "images/exit.png",
"name": "IMAGE_EXIT",
"type": "png"
},
{
"file": "images/start.png",
"name": "IMAGE_START",
"type": "png"
},
{
"file": "images/refresh.png",
"name": "IMAGE_REFRESH",
"type": "png"
}
]
},
"shortName": "Octowatch",
"uuid": "00ced8a2-4628-4953-b4f5-8edb48ca96d1",
"versionCode": 1,
"versionLabel": "1.2",
"watchapp": {
"watchface": false
}
}