Skip to content

Commit

Permalink
Update metadata.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ALITsupport authored Jan 13, 2025
1 parent 2b1c6dd commit 1217200
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions apps/BLEConnect/metadata.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
{ "id": "BLE_Connect",
{
"id": "BLEConnect",
"name": "BT SCAN & Connect",
"shortName":"BLE Conn",
"icon": "app.png",
"version":"0.01",
"shortName": "BLE Conn",
"icon": "app-icon.png",
"version": "0.02",
"description": "This will scan for any BLEs in the area then have the ability to connect to them",
"tags": "BLE", "Connect",
"tags": ["BLE", "Connect"],
"supports": ["BANGLEJS"],
"storage": [
{"name":"Scan_Connect.js","url":"app.js"},
{"name":"Scan_Connect.img","url":"app-icon.js","evaluate":true}
{
"name": "Scan_Connect.js",
"url": "app.js"
},
{
"name": "Scan_Connect.img",
"url": "app-icon.png",
"evaluate": true
}
]
}

0 comments on commit 1217200

Please sign in to comment.