2024-08-19 17:51:28 +00:00
|
|
|
{
|
|
|
|
"id": "openlocatebeacon",
|
|
|
|
"name": "OpenLocate Beacon",
|
2024-08-19 21:47:59 +00:00
|
|
|
"shortName": "OpenLocate Beacon",
|
2024-08-26 13:27:22 +00:00
|
|
|
"version": "0.04",
|
2024-08-20 13:06:19 +00:00
|
|
|
"description": "Advertise GPS geolocation data using the OpenLocate Beacon packet specification.",
|
2024-08-19 17:51:28 +00:00
|
|
|
"icon": "openlocatebeacon.png",
|
|
|
|
"screenshots": [],
|
|
|
|
"type": "app",
|
|
|
|
"tags": "tool,sensors,bluetooth",
|
|
|
|
"supports" : [ "BANGLEJS2" ],
|
|
|
|
"allow_emulator": true,
|
|
|
|
"readme": "README.md",
|
|
|
|
"storage": [
|
|
|
|
{ "name": "openlocatebeacon.app.js", "url": "openlocatebeacon.js" },
|
|
|
|
{ "name": "openlocatebeacon.img", "url": "openlocatebeacon-icon.js",
|
|
|
|
"evaluate": true }
|
|
|
|
]
|
|
|
|
}
|