2022-01-06 11:47:26 +00:00
|
|
|
{
|
|
|
|
"id": "wohrm",
|
|
|
|
"name": "Workout HRM",
|
2023-05-07 11:16:09 +00:00
|
|
|
"version": "0.10",
|
2022-01-06 11:47:26 +00:00
|
|
|
"description": "Workout heart rate monitor notifies you with a buzz if your heart rate goes above or below the set limits.",
|
|
|
|
"icon": "app.png",
|
|
|
|
"type": "app",
|
2023-02-12 07:15:12 +00:00
|
|
|
"tags": "hrm,workout,health",
|
2022-01-10 19:52:33 +00:00
|
|
|
"supports": ["BANGLEJS", "BANGLEJS2"],
|
2022-01-06 11:47:26 +00:00
|
|
|
"readme": "README.md",
|
|
|
|
"allow_emulator": true,
|
|
|
|
"screenshots": [{"url":"bangle1-workout-HRM-screenshot.png"}],
|
|
|
|
"storage": [
|
|
|
|
{"name":"wohrm.app.js","url":"app.js"},
|
2022-01-10 19:52:33 +00:00
|
|
|
{"name":"wohrm.settings.js","url":"settings.js"},
|
2022-01-06 11:47:26 +00:00
|
|
|
{"name":"wohrm.img","url":"app-icon.js","evaluate":true}
|
|
|
|
]
|
|
|
|
}
|