mirror of https://github.com/espruino/BangleApps
16 lines
355 B
JSON
16 lines
355 B
JSON
{
|
|
"id": "kbmorse",
|
|
"name": "Morse keyboard",
|
|
"version": "0.01",
|
|
"description": "A library for text input as morse code",
|
|
"icon": "app.png",
|
|
"type": "textinput",
|
|
"tags": "keyboard",
|
|
"supports" : ["BANGLEJS"],
|
|
"screenshots": [{"url":"screenshot.png"}],
|
|
"readme": "README.md",
|
|
"storage": [
|
|
{"name":"textinput","url":"lib.js"}
|
|
]
|
|
}
|