2023-06-10 15:14:04 +00:00
|
|
|
{ "id": "kbmatry",
|
|
|
|
"name": "Matryoshka Keyboard",
|
2023-06-13 21:08:12 +00:00
|
|
|
"version":"1.07",
|
2023-06-10 15:14:04 +00:00
|
|
|
"description": "A library for text input via onscreen keyboard. Easily enter characters with nested keyboards.",
|
|
|
|
"icon": "icon.png",
|
|
|
|
"type":"textinput",
|
|
|
|
"tags": "keyboard",
|
|
|
|
"supports" : ["BANGLEJS2"],
|
|
|
|
"screenshots": [{"url":"screenshot.png"},{"url":"screenshot6.png"},{"url":"screenshot2.png"},{"url":"screenshot3.png"},{"url":"screenshot4.png"},{"url":"screenshot5.png"},{"url": "help.png"}],
|
|
|
|
"readme": "README.md",
|
|
|
|
"storage": [
|
|
|
|
{"name":"textinput","url":"lib.js"}
|
|
|
|
]
|
|
|
|
}
|