mirror of https://github.com/espruino/BangleApps
22 lines
729 B
JSON
22 lines
729 B
JSON
{
|
|
"id": "bthrm",
|
|
"name": "Bluetooth Heart Rate Monitor",
|
|
"shortName": "BT HRM",
|
|
"version": "0.13",
|
|
"description": "Overrides Bangle.js's build in heart rate monitor with an external Bluetooth one.",
|
|
"icon": "app.png",
|
|
"type": "app",
|
|
"tags": "health,bluetooth,hrm,bthrm",
|
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
|
"readme": "README.md",
|
|
"storage": [
|
|
{"name":"bthrm.app.js","url":"bthrm.js"},
|
|
{"name":"bthrm.recorder.js","url":"recorder.js"},
|
|
{"name":"bthrm.0.boot.js","url":"boot.js"},
|
|
{"name":"bthrm.img","url":"app-icon.js","evaluate":true},
|
|
{"name":"bthrm.settings.js","url":"settings.js"},
|
|
{"name":"bthrm","url":"lib.js"},
|
|
{"name":"bthrm.default.json","url":"default.json"}
|
|
]
|
|
}
|