2022-01-06 11:47:26 +00:00
|
|
|
{
|
|
|
|
"id": "bthrm",
|
|
|
|
"name": "Bluetooth Heart Rate Monitor",
|
|
|
|
"shortName": "BT HRM",
|
2024-04-10 18:46:00 +00:00
|
|
|
"version": "0.19",
|
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-12-02 22:53:32 +00:00
|
|
|
"screenshots": [{"url":"screen.png"}],
|
2022-01-07 12:04:35 +00:00
|
|
|
"type": "app",
|
2022-04-19 21:54:50 +00:00
|
|
|
"tags": "health,bluetooth,hrm,bthrm",
|
2022-01-06 11:47:26 +00:00
|
|
|
"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-02-13 14:55:06 +00:00
|
|
|
{"name":"bthrm.0.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"},
|
2022-10-30 14:46:16 +00:00
|
|
|
{"name":"bthrm","url":"lib.js"},
|
2022-01-28 22:47:56 +00:00
|
|
|
{"name":"bthrm.default.json","url":"default.json"}
|
2023-06-20 21:07:17 +00:00
|
|
|
],
|
|
|
|
"data": [{"name":"bthrm.json"}]
|
2022-01-06 11:47:26 +00:00
|
|
|
}
|