mirror of https://github.com/espruino/BangleApps
14 lines
360 B
JSON
14 lines
360 B
JSON
{
|
|
"id": "hrm",
|
|
"name": "Heart Rate Monitor",
|
|
"version": "0.09",
|
|
"description": "Measure your heart rate and see live sensor data",
|
|
"icon": "heartrate.png",
|
|
"tags": "health",
|
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
|
"storage": [
|
|
{"name":"hrm.app.js","url":"heartrate.js"},
|
|
{"name":"hrm.img","url":"heartrate-icon.js","evaluate":true}
|
|
]
|
|
}
|