BangleApps/apps/widscrlock/metadata.json

15 lines
384 B
JSON
Raw Normal View History

2022-06-25 08:05:45 +00:00
{ "id": "widscrlock",
"name": "Screenlock Widget",
"shortName":"Screenlock",
2022-06-28 10:01:54 +00:00
"version":"0.03",
2022-06-25 08:34:52 +00:00
"description": "Lock a Bangle 2 screen by tapping a widget.",
2022-06-25 08:05:45 +00:00
"icon": "widget.png",
"type": "widget",
"tags": "widget, screenlock",
"supports" : ["BANGLEJS2"],
"readme": "README.md",
"storage": [
2022-06-25 08:13:16 +00:00
{"name":"widscrlock.wid.js","url":"widget.js"}
2022-06-25 08:05:45 +00:00
]
2022-06-26 09:05:46 +00:00
}