mirror of https://github.com/espruino/BangleApps
14 lines
484 B
JSON
14 lines
484 B
JSON
{ "id": "clkinfocal",
|
|
"name": "Calendar Clockinfo",
|
|
"version":"0.01",
|
|
"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",
|
|
"icon": "app.png",
|
|
"screenshots": [{"url":"screenshot.png"}],
|
|
"type": "clkinfo",
|
|
"tags": "clkinfo,calendar",
|
|
"supports" : ["BANGLEJS2"],
|
|
"storage": [
|
|
{"name":"clkinfocal.clkinfo.js","url":"clkinfo.js"}
|
|
]
|
|
}
|