2022-01-06 11:47:26 +00:00
|
|
|
{
|
|
|
|
"id": "espruinoctrl",
|
|
|
|
"name": "Espruino Control",
|
|
|
|
"shortName": "Espruino Ctrl",
|
2024-02-06 09:41:52 +00:00
|
|
|
"version": "0.03",
|
2022-01-06 11:47:26 +00:00
|
|
|
"description": "Send commands to other Espruino devices via the Bluetooth UART interface. Customisable commands!",
|
|
|
|
"icon": "app.png",
|
2022-07-19 11:19:40 +00:00
|
|
|
"tags": "tool,bluetooth",
|
2022-06-13 07:23:16 +00:00
|
|
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
2022-01-06 11:47:26 +00:00
|
|
|
"readme": "README.md",
|
|
|
|
"custom": "custom.html",
|
|
|
|
"storage": [
|
|
|
|
{"name":"espruinoctrl.app.js"},
|
|
|
|
{"name":"espruinoctrl.img","url":"app-icon.js","evaluate":true}
|
|
|
|
]
|
|
|
|
}
|