2022-01-06 11:47:26 +00:00
|
|
|
{
|
|
|
|
"id": "bthrm",
|
|
|
|
"name": "Bluetooth Heart Rate Monitor",
|
|
|
|
"shortName": "BT HRM",
|
2022-03-09 19:30:39 +00:00
|
|
|
"version": "0.08",
|
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-04-08 03:04:47 +00:00
|
|
|
"tags": "health,bluetooth,hrm",
|
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"},
|
|
|
|
{"name":"bthrm.default.json","url":"default.json"}
|
2022-01-06 11:47:26 +00:00
|
|
|
]
|
|
|
|
}
|