mirror of https://github.com/espruino/BangleApps
15 lines
375 B
JSON
15 lines
375 B
JSON
{
|
|
"id": "touchmenu",
|
|
"name": "TouchMenu",
|
|
"version": "0.02",
|
|
"description": "Redesigned menu that uses the full touchscreen on the Bangle.js 2",
|
|
"screenshots": [{"url":"touchmenu.gif"}],
|
|
"icon": "touchmenu.png",
|
|
"type": "bootloader",
|
|
"tags": "tool",
|
|
"supports": ["BANGLEJS2"],
|
|
"storage": [
|
|
{"name":"touchmenu.boot.js","url":"touchmenu.boot.js"}
|
|
]
|
|
}
|