BangleApps/apps/backswipe/metadata.json

19 lines
504 B
JSON
Raw Normal View History

2023-01-20 07:32:08 +00:00
{ "id": "backswipe",
"name": "Back Swipe",
"shortName":"BackSwipe",
"version":"0.05",
2023-01-20 07:32:08 +00:00
"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"],
2023-03-09 09:54:26 +00:00
"readme":"README.md",
2023-01-20 07:32:08 +00:00
"type": "bootloader",
"storage": [
2023-01-20 08:32:11 +00:00
{"name":"backswipe.boot.js","url":"boot.js"},
{"name":"backswipe.settings.js","url":"settings.js"}
],
"data": [
{"name":"backswipe.json"}
2023-01-20 07:32:08 +00:00
]
}