mirror of https://github.com/espruino/BangleApps
14 lines
375 B
JSON
14 lines
375 B
JSON
|
{ "id": "backswipe",
|
||
|
"name": "Back Swipe",
|
||
|
"shortName":"BackSwipe",
|
||
|
"version":"0.01",
|
||
|
"description": "Service that allows you to use an app's back button using left to right swipe gesture",
|
||
|
"icon": "app.png",
|
||
|
"tags": "back,gesture,swipe",
|
||
|
"supports" : ["BANGLEJS2"],
|
||
|
"type": "bootloader",
|
||
|
"storage": [
|
||
|
{"name":"backswipe.boot.js","url":"boot.js"}
|
||
|
]
|
||
|
}
|