mirror of https://github.com/espruino/BangleApps
16 lines
426 B
JSON
16 lines
426 B
JSON
{
|
|
"id": "btadv",
|
|
"name": "btadv",
|
|
"shortName": "btadv",
|
|
"version": "0.03",
|
|
"description": "Advertise & export live heart rate, accel, pressure, GPS & mag data over bluetooth",
|
|
"icon": "icon.png",
|
|
"tags": "health,tool,sensors,bluetooth",
|
|
"supports": ["BANGLEJS2"],
|
|
"readme":"README.md",
|
|
"storage": [
|
|
{"name":"btadv.app.js","url":"app.js"},
|
|
{"name":"btadv.img","url":"icon.js","evaluate":true}
|
|
]
|
|
}
|