mirror of https://github.com/espruino/BangleApps
14 lines
524 B
JSON
14 lines
524 B
JSON
{ "id": "setuichange",
|
|
"name": "SetUI Proposals preview",
|
|
"version":"0.03",
|
|
"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.",
|
|
"icon": "app.png",
|
|
"tags": "",
|
|
"type": "bootloader",
|
|
"supports" : ["BANGLEJS2"],
|
|
"readme": "README.md",
|
|
"storage": [
|
|
{"name":"setuichange.0.boot.js","url":"boot.js"}
|
|
]
|
|
}
|