2023-05-10 11:06:54 +00:00
{ "id" : "widclkinfo" ,
"name" : "Clock Info Widget" ,
2023-11-24 16:46:22 +00:00
"version" : "0.04" ,
2023-05-10 11:06:54 +00:00
"description" : "Use 'Clock Info' in the Widget bar. Tap on the widget to select, then drag up/down/left/right to choose what information is displayed." ,
2023-05-17 08:06:09 +00:00
"icon" : "widget.png" ,
2023-05-10 11:06:54 +00:00
"screenshots" : [ { "url" : "screenshot.png" } ] ,
"type" : "widget" ,
"tags" : "widget,clkinfo" ,
2023-06-05 15:42:37 +00:00
"dependencies" : { "clock_info" : "module" } ,
2023-05-10 11:06:54 +00:00
"supports" : [ "BANGLEJS2" ] ,
"storage" : [
{ "name" : "widclkinfo.wid.js" , "url" : "widget.js" }
]
}