BangleApps/apps/blescan/metadata.json

14 lines
334 B
JSON
Raw Permalink Normal View History

{
"id": "blescan",
"name": "BLE Scanner",
"version": "0.01",
"description": "Scan for advertising BLE devices",
"icon": "blescan.png",
"tags": "bluetooth",
"supports": ["BANGLEJS"],
"storage": [
{"name":"blescan.app.js","url":"blescan.js"},
{"name":"blescan.img","url":"blescan-icon.js","evaluate":true}
]
}