mirror of https://github.com/espruino/BangleApps
18 lines
619 B
JSON
18 lines
619 B
JSON
{
|
|
"id": "sweepclock",
|
|
"name": "Sweep Clock",
|
|
"version": "0.04",
|
|
"description": "Smooth sweep secondhand with single hour numeral. Use button 1 to toggle the numeral font, button 3 to change the colour theme and button 4 to change the date placement",
|
|
"icon": "sweepclock.png",
|
|
"type": "clock",
|
|
"tags": "clock",
|
|
"supports": ["BANGLEJS"],
|
|
"readme": "README.md",
|
|
"allow_emulator": true,
|
|
"screenshots": [{"url":"bangle1-sweep-clock-screenshot.png"}],
|
|
"storage": [
|
|
{"name":"sweepclock.app.js","url":"sweepclock.js"},
|
|
{"name":"sweepclock.img","url":"sweepclock-icon.js","evaluate":true}
|
|
]
|
|
}
|