mirror of https://github.com/espruino/BangleApps
17 lines
499 B
JSON
17 lines
499 B
JSON
{ "id": "contourclock",
|
|
"name": "Contour Clock",
|
|
"shortName" : "Contour Clock",
|
|
"version":"0.01",
|
|
"icon": "app.png",
|
|
"description": "A Minimalist clockface with large Digits. Looks best with the dark theme",
|
|
"screenshots" : [{"url":"screenshot.png"}],
|
|
"tags": "clock",
|
|
"allow_emulator":true,
|
|
"supports" : ["BANGLEJS2"],
|
|
"type": "clock",
|
|
"storage": [
|
|
{"name":"contourclock.app.js","url":"app.js"},
|
|
{"name":"contourclock.img","url":"app-icon.js","evaluate":true}
|
|
]
|
|
}
|