mirror of https://github.com/espruino/BangleApps
14 lines
437 B
JSON
14 lines
437 B
JSON
{
|
|
"id": "widlockunlock",
|
|
"name": "Lock/Unlock Widget",
|
|
"version": "0.02",
|
|
"description": "On devices with always-on display (Bangle.js 2) this displays lock icon whenever the display is locked, or an unlock icon otherwise. Tap to lock the lcd",
|
|
"icon": "widget.png",
|
|
"type": "widget",
|
|
"tags": "widget,lock",
|
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
|
"storage": [
|
|
{"name":"widlockunlock.wid.js","url":"widget.js"}
|
|
]
|
|
}
|