mirror of https://github.com/espruino/BangleApps
17 lines
492 B
JSON
17 lines
492 B
JSON
{
|
|
"id": "espruinoctrl",
|
|
"name": "Espruino Control",
|
|
"shortName": "Espruino Ctrl",
|
|
"version": "0.03",
|
|
"description": "Send commands to other Espruino devices via the Bluetooth UART interface. Customisable commands!",
|
|
"icon": "app.png",
|
|
"tags": "tool,bluetooth",
|
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
|
"readme": "README.md",
|
|
"custom": "custom.html",
|
|
"storage": [
|
|
{"name":"espruinoctrl.app.js"},
|
|
{"name":"espruinoctrl.img","url":"app-icon.js","evaluate":true}
|
|
]
|
|
}
|