BangleApps/apps/setuichange/metadata.json

14 lines
524 B
JSON
Raw Normal View History

2024-07-02 21:57:15 +00:00
{ "id": "setuichange",
"name": "SetUI Proposals preview",
"version":"0.02",
"description": "Try out potential future changes to `Bangle.setUI`. Makes hardware button interaction snappier. Makes it possible to set custom event handlers on any type/mode, not just `\"custom\"`. Please provide feedback - see `Read more...` below.",
2024-07-02 21:57:15 +00:00
"icon": "app.png",
"tags": "",
"type": "bootloader",
"supports" : ["BANGLEJS2"],
"readme": "README.md",
"storage": [
2024-07-02 22:31:34 +00:00
{"name":"setuichange.0.boot.js","url":"boot.js"}
2024-07-02 21:57:15 +00:00
]
}