mirror of https://github.com/espruino/BangleApps
15 lines
406 B
JSON
15 lines
406 B
JSON
{
|
|
"id": "swscroll",
|
|
"name": "Swipe menus",
|
|
"version": "0.08",
|
|
"description": "Replace built in E.showScroller to act on swipe instead of drag. Navigate menus in discrete steps instead of a continuous motion.",
|
|
"readme": "README.md",
|
|
"icon": "app.png",
|
|
"type": "bootloader",
|
|
"tags": "system",
|
|
"supports": ["BANGLEJS2"],
|
|
"storage": [
|
|
{"name":"swscroll.boot.js","url":"boot.js"}
|
|
]
|
|
}
|