2022-05-09 18:55:31 +00:00
|
|
|
{
|
|
|
|
"id": "kbmorse",
|
|
|
|
"name": "Morse keyboard",
|
2022-07-23 09:10:49 +00:00
|
|
|
"version": "0.02",
|
2022-05-09 18:55:31 +00:00
|
|
|
"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"}
|
|
|
|
]
|
|
|
|
}
|