mirror of https://github.com/espruino/BangleApps
15 lines
384 B
JSON
15 lines
384 B
JSON
{ "id": "widscrlock",
|
|
"name": "Screenlock Widget",
|
|
"shortName":"Screenlock",
|
|
"version":"0.03",
|
|
"description": "Lock a Bangle 2 screen by tapping a widget.",
|
|
"icon": "widget.png",
|
|
"type": "widget",
|
|
"tags": "widget, screenlock",
|
|
"supports" : ["BANGLEJS2"],
|
|
"readme": "README.md",
|
|
"storage": [
|
|
{"name":"widscrlock.wid.js","url":"widget.js"}
|
|
]
|
|
}
|