BangleApps/apps/slopeclock/metadata.json

15 lines
478 B
JSON
Raw Permalink Normal View History

2022-11-01 16:11:51 +00:00
{ "id": "slopeclock",
"name": "Slope Clock",
2022-12-19 12:23:31 +00:00
"version":"0.04",
2022-11-01 16:11:51 +00:00
"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",
2022-12-19 12:23:31 +00:00
"supports" : ["BANGLEJS2"],
2022-11-01 16:11:51 +00:00
"storage": [
{"name":"slopeclock.app.js","url":"app.js"},
{"name":"slopeclock.img","url":"app-icon.js","evaluate":true}
]
}