BangleApps/apps/espruinoctrl/metadata.json

17 lines
492 B
JSON
Raw Normal View History

{
"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",
2022-06-13 07:23:16 +00:00
"supports": ["BANGLEJS","BANGLEJS2"],
"readme": "README.md",
"custom": "custom.html",
"storage": [
{"name":"espruinoctrl.app.js"},
{"name":"espruinoctrl.img","url":"app-icon.js","evaluate":true}
]
}