mirror of https://github.com/espruino/BangleApps
19 lines
504 B
JSON
19 lines
504 B
JSON
{ "id": "backswipe",
|
|
"name": "Back Swipe",
|
|
"shortName":"BackSwipe",
|
|
"version":"0.02",
|
|
"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"],
|
|
"readme":"README.md",
|
|
"type": "bootloader",
|
|
"storage": [
|
|
{"name":"backswipe.boot.js","url":"boot.js"},
|
|
{"name":"backswipe.settings.js","url":"settings.js"}
|
|
],
|
|
"data": [
|
|
{"name":"backswipe.json"}
|
|
]
|
|
}
|