2022-12-09 13:14:02 +00:00
{ "id" : "clkinfocal" ,
"name" : "Calendar Clockinfo" ,
2023-11-11 18:21:45 +00:00
"version" : "0.02" ,
2022-12-09 13:14:02 +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" ,
"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" : [
2023-11-11 18:21:45 +00:00
{ "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
}