mirror of https://github.com/espruino/BangleApps
15 lines
358 B
JSON
15 lines
358 B
JSON
{ "id": "dragboard",
|
|
"name": "Dragboard",
|
|
"version":"0.05",
|
|
"description": "A library for text input via swiping keyboard",
|
|
"icon": "app.png",
|
|
"type":"textinput",
|
|
"tags": "keyboard",
|
|
"supports" : ["BANGLEJS2"],
|
|
"screenshots": [{"url":"screenshot.png"}],
|
|
"readme": "README.md",
|
|
"storage": [
|
|
{"name":"textinput","url":"lib.js"}
|
|
]
|
|
}
|