2022-01-06 11:47:26 +00:00
|
|
|
{
|
|
|
|
"id": "bthrm",
|
|
|
|
"name": "Bluetooth Heart Rate Monitor",
|
|
|
|
"shortName": "BT HRM",
|
2022-02-04 12:06:27 +00:00
|
|
|
"version": "0.06",
|
2022-01-06 11:47:26 +00:00
|
|
|
"description": "Overrides Bangle.js's build in heart rate monitor with an external Bluetooth one.",
|
|
|
|
"icon": "app.png",
|
2022-01-07 12:04:35 +00:00
|
|
|
"type": "app",
|
2022-01-06 11:47:26 +00:00
|
|
|
"tags": "health,bluetooth",
|
|
|
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
|
|
|
"readme": "README.md",
|
|
|
|
"storage": [
|
2022-01-07 12:04:35 +00:00
|
|
|
{"name":"bthrm.app.js","url":"bthrm.js"},
|
|
|
|
{"name":"bthrm.recorder.js","url":"recorder.js"},
|
2022-01-06 11:47:26 +00:00
|
|
|
{"name":"bthrm.boot.js","url":"boot.js"},
|
2022-01-07 12:04:35 +00:00
|
|
|
{"name":"bthrm.img","url":"app-icon.js","evaluate":true},
|
2022-01-28 22:47:56 +00:00
|
|
|
{"name":"bthrm.settings.js","url":"settings.js"},
|
|
|
|
{"name":"bthrm.default.json","url":"default.json"}
|
2022-01-06 11:47:26 +00:00
|
|
|
]
|
|
|
|
}
|