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 5333de1 commit 3b703d0
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions apps/BLEConnect/metadata.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
{ "id": "BLE_Connect",
"name": "BT Connect",
"shortName":"BT_Conn",
"name": "BLE_Connect",
"shortName":"BLE_Conn",
"icon": "BTApp.png",
"version":"0.01",

"allow_emulator": true,
"version":"0.02",
"description": "BT Scanner & Connect",
"tags": "Connect",
"supports": ["BANGLEJS"], ["BANGLEJS2"],
"type": "Bluetooth"
"supports": ["BANGLEJS"],
"readme": "README.md",
"allow_emulator": true,
"storage": [
{"name":"BLEConnect.app.js","url":"app.js"},
{"name":"BLE_Connect.app.js","url":"app.js"},
{"name":"BTConnect_App.img","url":"app-icon.js","evaluate":true}
]
]
}

0 comments on commit 3b703d0

Please sign in to comment.