BangleApps/apps/kbswipe/metadata.json

15 lines
378 B
JSON

{ "id": "kbswipe",
"name": "Swipe keyboard",
"version":"0.07",
"description": "A library for text input via PalmOS style swipe gestures (beta!)",
"icon": "app.png",
"type":"textinput",
"tags": "keyboard",
"supports" : ["BANGLEJS2"],
"screenshots": [{"url":"screenshot.png"}],
"readme": "README.md",
"storage": [
{"name":"textinput","url":"lib.js"}
]
}