1
0
Fork 0
BangleApps/apps/heartzone/metadata.json

21 lines
696 B
JSON
Raw Normal View History

2022-04-18 08:32:13 +00:00
{
"id": "heartzone",
"name": "HeartZone",
"version": "1.0",
"description": "Exercise app for keeping your heart rate in the aerobic zone. Buzzes the watch at configurable intervals when your heart rate is outside of configured limits.",
"screenshots": [
{"url": "screenshots/start.png"},
{"url": "screenshots/running.png"},
{"url": "screenshots/paused.png"}
],
"icon": "icon.png",
"tags": "health",
"supports": ["BANGLEJS2"],
"storage": [
{"name":"heartzone.app.js","url":"app.js"},
{"name":"heartzone.settings.js","url":"settings.js"},
{"name":"heartzone.img","url":"app-icon.js","evaluate":true}
],
"data": [{"name":"heartzone.settings.json"}]
}