BangleApps/apps/slopeclockpp/metadata.json

22 lines
857 B
JSON
Raw Normal View History

2022-11-02 18:42:50 +00:00
{ "id": "slopeclockpp",
"name": "Slope Clock ++",
2024-07-31 16:54:29 +00:00
"version":"0.11",
"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,clkinfo",
"supports" : ["BANGLEJS2"],
2023-01-27 13:33:46 +00:00
"dependencies" : { "clock_info":"module" },
"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
}