mirror of https://github.com/espruino/BangleApps
15 lines
480 B
JSON
15 lines
480 B
JSON
{ "id": "slopeclock",
|
|
"name": "Slope Clock",
|
|
"version":"0.01",
|
|
"description": "A clock where hours and minutes are divided by a sloping line. When the minute changes, the numbers slide off the screen",
|
|
"icon": "app.png",
|
|
"screenshots": [{"url":"screenshot.png"}],
|
|
"type": "clock",
|
|
"tags": "clock",
|
|
"supports" : ["BANGLEJS2"],
|
|
"storage": [
|
|
{"name":"slopeclock.app.js","url":"app.js"},
|
|
{"name":"slopeclock.img","url":"app-icon.js","evaluate":true}
|
|
]
|
|
}
|