mirror of https://github.com/espruino/BangleApps
19 lines
586 B
JSON
19 lines
586 B
JSON
{ "id": "denseclock",
|
|
"name": "Dense Clock",
|
|
"shortName":"Dense Clock",
|
|
"version":"0.03",
|
|
"description": "A clockface dense with text-only information. Switches between showing seconds and minutes when unlocked/locked, in the interest of saving power.",
|
|
"icon": "app.png",
|
|
"type": "clock",
|
|
"tags": "clock",
|
|
"supports" : ["BANGLEJS2"],
|
|
"storage": [
|
|
{"name":"denseclock.app.js","url":"app.js"},
|
|
{"name":"denseclock.img","url":"app-icon.js","evaluate":true}
|
|
],
|
|
"screenshots": [
|
|
{"url":"screenshot_locked.png"},
|
|
{"url":"screenshot_unlocked.png"}
|
|
]
|
|
}
|