BangleApps/apps/widcloselaunch/metadata.json

16 lines
439 B
JSON
Raw Normal View History

2022-09-22 17:59:21 +00:00
{
"id": "widcloselaunch",
"name": "Close Button to launcher",
"version": "0.01",
"description": "A button to close the current app and go to launcher",
"readme": "README.md",
"icon": "icon.png",
"type": "widget",
"tags": "widget,tools",
"supports": ["BANGLEJS2"],
"screenshots": [{"url":"screenshot_light.png"},{"url":"screenshot_dark.png"}],
"storage": [
2022-09-30 16:13:25 +00:00
{"name":"widcloselaunch.wid.js","url":"widget.js"}
2022-09-22 17:59:21 +00:00
]
}