2022-01-06 11:47:26 +00:00
|
|
|
{
|
|
|
|
"id": "bledetect",
|
|
|
|
"name": "BLE Detector",
|
|
|
|
"shortName": "BLE Detector",
|
2022-03-21 10:02:52 +00:00
|
|
|
"version": "0.04",
|
2022-01-06 11:47:26 +00:00
|
|
|
"description": "Detect BLE devices and show some informations.",
|
|
|
|
"icon": "bledetect.png",
|
|
|
|
"tags": "app,bluetooth,tool",
|
2022-03-21 10:02:52 +00:00
|
|
|
"supports": ["BANGLEJS", "BANGLEJS2"],
|
2022-01-06 11:47:26 +00:00
|
|
|
"readme": "README.md",
|
|
|
|
"storage": [
|
|
|
|
{"name":"bledetect.app.js","url":"bledetect.js"},
|
|
|
|
{"name":"bledetect.img","url":"bledetect-icon.js","evaluate":true}
|
|
|
|
]
|
|
|
|
}
|