2022-12-11 17:25:38 +00:00
|
|
|
{ "id": "clkinfofw",
|
|
|
|
"name": "Firmware Clockinfo",
|
2022-12-16 15:40:58 +00:00
|
|
|
"version":"0.02",
|
2022-12-11 17:25:38 +00:00
|
|
|
"description": "For clocks that display 'clockinfo', this displays the firmware version string",
|
|
|
|
"icon": "app.png",
|
|
|
|
"type": "clkinfo",
|
2022-12-11 18:23:05 +00:00
|
|
|
"screenshots": [{"url":"screenshot.png"}],
|
2022-12-11 17:25:38 +00:00
|
|
|
"tags": "clkinfo,firmware",
|
|
|
|
"supports" : ["BANGLEJS2"],
|
|
|
|
"storage": [
|
|
|
|
{"name":"clkinfofw.clkinfo.js","url":"clkinfo.js"}
|
|
|
|
]
|
|
|
|
}
|