mirror of https://github.com/espruino/BangleApps
17 lines
593 B
JSON
17 lines
593 B
JSON
{
|
|
"id": "BLEcontroller",
|
|
"name": "BLE Customisable Controller with Joystick",
|
|
"shortName": "BLE Controller",
|
|
"version": "0.02",
|
|
"description": "A configurable controller for BLE devices and robots, with a basic four direction joystick. Designed to be easy to customise so you can add your own menus.",
|
|
"icon": "BLEcontroller.png",
|
|
"tags": "tool,bluetooth",
|
|
"supports": ["BANGLEJS"],
|
|
"readme": "README.md",
|
|
"allow_emulator": false,
|
|
"storage": [
|
|
{"name":"BLEcontroller.app.js","url":"app.js"},
|
|
{"name":"BLEcontroller.img","url":"app-icon.js","evaluate":true}
|
|
]
|
|
}
|