mirror of https://github.com/espruino/BangleApps
15 lines
529 B
JSON
15 lines
529 B
JSON
|
{ "id": "blescanner",
|
||
|
"name": "BLE Scanner",
|
||
|
"shortName":"BLE Scan",
|
||
|
"version":"0.01",
|
||
|
"description": "Scans for bluetooth devices nearby and shows their names on the screen ordered by signal strength. The most recently discovered items are highlighted.",
|
||
|
"icon": "app.png",
|
||
|
"screenshots" : [ { "url":"screenshot.png" } ],
|
||
|
"tags": "tool,bluetooth",
|
||
|
"supports" : ["BANGLEJS2"],
|
||
|
"storage": [
|
||
|
{"name":"blescanner.app.js","url":"app.js"},
|
||
|
{"name":"blescanner.img","url":"app-icon.js","evaluate":true}
|
||
|
]
|
||
|
}
|