2022-04-18 08:32:13 +00:00
{
"id" : "heartzone" ,
"name" : "HeartZone" ,
2022-04-25 18:06:03 +00:00
"version" : "0.01" ,
2022-04-18 08:32:13 +00:00
"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." ,
2022-04-18 08:45:50 +00:00
"readme" : "README.md" ,
2022-04-18 08:32:13 +00:00
"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" } ]
}