BangleApps/apps/slopeclockpp/metadata.json

21 lines
803 B
JSON
Raw Normal View History

2022-11-02 18:42:50 +00:00
{ "id": "slopeclockpp",
"name": "Slope Clock ++",
2022-12-04 14:24:45 +00:00
"version":"0.07",
"description": "A clock where hours and minutes are divided by a sloping line. When the minute changes, the numbers slide off the screen. This is a clone of the original Slope Clock which shows extra information and allows the colors to be selected.",
2022-11-02 18:42:50 +00:00
"icon": "app.png",
"screenshots": [{"url":"screenshot.png"}],
"type": "clock",
"tags": "clock",
"supports" : ["BANGLEJS2"],
"readme": "README.md",
2022-11-02 18:42:50 +00:00
"storage": [
{"name":"slopeclockpp.app.js","url":"app.js"},
2022-11-09 19:29:14 +00:00
{"name":"slopeclockpp.img","url":"app-icon.js","evaluate":true},
{"name":"slopeclockpp.settings.js","url":"settings.js"},
{"name":"slopeclockpp.default.json","url":"default.json"}
],
"data": [
{"name":"slopeclockpp.json"}
]
2022-11-02 18:42:50 +00:00
}