BangleApps/apps/btadv/metadata.json

16 lines
426 B
JSON
Raw Normal View History

2023-01-13 22:06:02 +00:00
{
"id": "btadv",
2023-01-20 22:28:44 +00:00
"name": "btadv",
2023-01-20 21:15:11 +00:00
"shortName": "btadv",
2024-05-24 16:18:35 +00:00
"version": "0.03",
2023-01-13 22:06:02 +00:00
"description": "Advertise & export live heart rate, accel, pressure, GPS & mag data over bluetooth",
2023-01-20 21:15:11 +00:00
"icon": "icon.png",
2023-01-13 22:06:02 +00:00
"tags": "health,tool,sensors,bluetooth",
"supports": ["BANGLEJS2"],
2023-03-09 09:54:26 +00:00
"readme":"README.md",
2023-01-13 22:06:02 +00:00
"storage": [
{"name":"btadv.app.js","url":"app.js"},
{"name":"btadv.img","url":"icon.js","evaluate":true}
]
}