mirror of https://github.com/espruino/BangleApps
15 lines
648 B
JSON
15 lines
648 B
JSON
{ "id": "setuichange",
|
|
"name": "SetUI Proposals preview",
|
|
"version":"0.04",
|
|
"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" : ["BANGLEJS","BANGLEJS2"],
|
|
"readme": "README.md",
|
|
"storage": [
|
|
{"name":"setuichange.0.boot.js","url":"boot-b1.js", "supports": ["BANGLEJS"]},
|
|
{"name":"setuichange.0.boot.js","url":"boot-b2.js", "supports": ["BANGLEJS2"]}
|
|
]
|
|
}
|