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 164f707 commit 5d4c9f8
Showing 1 changed file with 12 additions and 18 deletions.
30 changes: 12 additions & 18 deletions apps/BLEConnect/metadata.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,15 @@
{
"id": "BLE_Connect",
"name": "BLE Conn",
"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"],
"supports": ["BANGLEJS"],
{ "id": "BLE_Connect",
"name": "BT Connect",
"shortName":"BT_Conn",
"icon": "8ball.png",
"version":"0.01",
],
"allow_emulator": true,
"description": "A very sarcastic magic 8ball",
"tags": "game",
"supports": ["BANGLEJS2"],
"storage": [
{
"name": "Scan_Connect.js",
"url": "app.js"
},
{
"name": "Scan_Connect.img",
"url": "app-icon.png",
"evaluate": true
}
{"name":"BLEConnect.app.js","url":"app.js"},
{"name":"BT.img","url":"app-icon.js","evaluate":true}
]
}

0 comments on commit 5d4c9f8

Please sign in to comment.