mirror of https://github.com/espruino/BangleApps
Update apps.json
parent
425501f7a7
commit
8a2fbc47bd
12
apps.json
12
apps.json
|
@ -5027,14 +5027,14 @@
|
||||||
{"name":"circlesclock.json"}
|
{"name":"circlesclock.json"}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{ "id": "miniclock",
|
{ "id": "contourclock",
|
||||||
"name": "Minimalist Clock",
|
"name": "Contour Clock",
|
||||||
"shortName" : "Minimalist Clock",
|
"shortName" : "Contour Clock",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"description": "A Minimalist clockface with large Digits.",
|
"description": "A Minimalist clockface with large Digits. Looks best with the dark theme",
|
||||||
"tags": "clock",
|
"tags": "clock",
|
||||||
"storage": [
|
"storage": [
|
||||||
{"name":"myappid.app.js","url":"app.js"},
|
{"name":"contourclock.app.js","url":"app.js"},
|
||||||
{"name":"myappid.img","url":"app-icon.js","evaluate":true}
|
{"name":"contourclock.img","url":"app-icon.js","evaluate":true}
|
||||||
]}
|
]}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue