mirror of https://github.com/espruino/BangleApps
13 lines
350 B
JSON
13 lines
350 B
JSON
|
{ "id": "clkinfofw",
|
||
|
"name": "Firmware Clockinfo",
|
||
|
"version":"0.01",
|
||
|
"description": "For clocks that display 'clockinfo', this displays the firmware version string",
|
||
|
"icon": "app.png",
|
||
|
"type": "clkinfo",
|
||
|
"tags": "clkinfo,firmware",
|
||
|
"supports" : ["BANGLEJS2"],
|
||
|
"storage": [
|
||
|
{"name":"clkinfofw.clkinfo.js","url":"clkinfo.js"}
|
||
|
]
|
||
|
}
|