mirror of https://github.com/espruino/BangleApps
15 lines
630 B
JSON
15 lines
630 B
JSON
{ "id": "terminal",
|
|
"name": "VT100 Terminal",
|
|
"shortName":"Terminal",
|
|
"version":"0.01",
|
|
"description": "Terminal and Keyboard that can be used as a REPL. You can type JS commands into Bangle.js's own REPL and execute them, or you can connect to other Bluetooth LE UART devices (like other Espruinos) and issue commands.",
|
|
"icon": "app.png",
|
|
"tags": "terminal,tool,bluetooth",
|
|
"screenshots" : [ { "url":"screenshot1.png" }, { "url":"screenshot2.png" } ],
|
|
"supports" : ["BANGLEJS2"],
|
|
"storage": [
|
|
{"name":"terminal.app.js","url":"app.js"},
|
|
{"name":"terminal.img","url":"app-icon.js","evaluate":true}
|
|
]
|
|
}
|