mirror of https://github.com/espruino/BangleApps
19 lines
644 B
JSON
19 lines
644 B
JSON
{ "id": "contourclock",
|
|
"name": "Contour Clock",
|
|
"shortName" : "Contour Clock",
|
|
"version":"0.26",
|
|
"icon": "app.png",
|
|
"description": "A Minimalist clockface with large Digits. Now with more fonts!",
|
|
"screenshots" : [{"url":"cc-screenshot-1.png"},{"url":"cc-screenshot-2.png"}],
|
|
"tags": "clock",
|
|
"custom": "custom.html",
|
|
"supports" : ["BANGLEJS2"],
|
|
"type": "clock",
|
|
"storage": [
|
|
{"name":"contourclock.app.js","url":"app.js"},
|
|
{"name":"contourclock.settings.js","url":"contourclock.settings.js"},
|
|
{"name":"contourclock","url":"lib.js"},
|
|
{"name":"contourclock.img","url":"app-icon.js","evaluate":true}
|
|
]
|
|
}
|