mirror of https://github.com/espruino/BangleApps
15 lines
399 B
JSON
15 lines
399 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_1.png"},{"url":"screenshot_2.png"}],
|
|
"readme": "README.md",
|
|
"storage": [
|
|
{"name":"textinput","url":"lib.js"}
|
|
]
|
|
}
|