BangleApps/apps/widclose/metadata.json

16 lines
396 B
JSON
Raw Normal View History

2022-03-15 18:36:18 +00:00
{
"id": "widclose",
"name": "Close Button",
"version": "0.02",
2022-03-15 18:36:18 +00:00
"description": "A button to close the current app",
"readme": "README.md",
"icon": "icon.png",
"type": "widget",
"tags": "widget,tools",
"supports": ["BANGLEJS2"],
"screenshots": [{"url":"screenshot_light.png"},{"url":"screenshot_dark.png"}],
"storage": [
{"name":"widclose.wid.js","url":"widget.js"}
]
}