mirror of https://github.com/espruino/BangleApps
15 lines
370 B
JSON
15 lines
370 B
JSON
|
{ "id": "kbmulti",
|
||
|
"name": "Multitap keyboard",
|
||
|
"version":"0.04",
|
||
|
"description": "A library for text input via multitap/T9 style keypad",
|
||
|
"icon": "app.png",
|
||
|
"type":"textinput",
|
||
|
"tags": "keyboard",
|
||
|
"supports" : ["BANGLEJS2"],
|
||
|
"screenshots": [{"url":"screenshot.png"}],
|
||
|
"readme": "README.md",
|
||
|
"storage": [
|
||
|
{"name":"textinput","url":"lib.js"}
|
||
|
]
|
||
|
}
|