BangleApps/apps/clkinfocal/metadata.json

16 lines
647 B
JSON
Raw Normal View History

2022-12-09 13:14:02 +00:00
{ "id": "clkinfocal",
"name": "Calendar Clockinfo",
"version":"0.05",
2023-11-12 12:15:22 +00:00
"description": "For clocks that display 'clockinfo' (messages that can be cycled through using the clock_info module) this displays the day of the month in the icon, and the weekday. There is also a settings menu to select the format of the text",
2022-12-09 13:14:02 +00:00
"icon": "app.png",
2023-05-17 08:08:17 +00:00
"screenshots": [{"url":"screenshot.png"}],
2022-12-09 13:14:02 +00:00
"type": "clkinfo",
"tags": "clkinfo,calendar",
"supports" : ["BANGLEJS2"],
"storage": [
{"name":"clkinfocal.clkinfo.js","url":"clkinfo.js"},
{"name":"clkinfocal.settings.js","url":"settings.js"}
],
"data": [{"name":"clkinfocal.json"}]
2022-12-09 13:14:02 +00:00
}