2022-01-06 11:47:26 +00:00
|
|
|
{
|
|
|
|
"id": "touchmenu",
|
|
|
|
"name": "TouchMenu",
|
2022-01-18 14:16:49 +00:00
|
|
|
"version": "0.02",
|
2022-01-06 11:47:26 +00:00
|
|
|
"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"],
|
2022-04-04 07:43:48 +00:00
|
|
|
"readme": "README.md",
|
2022-01-06 11:47:26 +00:00
|
|
|
"storage": [
|
|
|
|
{"name":"touchmenu.boot.js","url":"touchmenu.boot.js"}
|
|
|
|
]
|
|
|
|
}
|