mirror of https://github.com/espruino/BangleApps
14 lines
355 B
JSON
14 lines
355 B
JSON
|
{
|
||
|
"id": "widver",
|
||
|
"name": "Firmware Version Widget",
|
||
|
"version": "0.03",
|
||
|
"description": "Display the version of the installed firmware in the top widget section.",
|
||
|
"icon": "widget.png",
|
||
|
"type": "widget",
|
||
|
"tags": "widget,tool,system",
|
||
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
||
|
"storage": [
|
||
|
{"name":"widver.wid.js","url":"widget.js"}
|
||
|
]
|
||
|
}
|