2022-01-06 11:47:26 +00:00
|
|
|
{
|
|
|
|
"id": "health",
|
|
|
|
"name": "Health Tracking",
|
2022-01-26 19:56:22 +00:00
|
|
|
"version": "0.10",
|
2022-01-06 11:47:26 +00:00
|
|
|
"description": "Logs health data and provides an app to view it (requires firmware 2v10.100 or later)",
|
|
|
|
"icon": "app.png",
|
|
|
|
"tags": "tool,system,health",
|
|
|
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
|
|
|
"readme": "README.md",
|
|
|
|
"interface": "interface.html",
|
|
|
|
"storage": [
|
|
|
|
{"name":"health.app.js","url":"app.js"},
|
|
|
|
{"name":"health.img","url":"app-icon.js","evaluate":true},
|
|
|
|
{"name":"health.boot.js","url":"boot.js"},
|
|
|
|
{"name":"health","url":"lib.js"}
|
|
|
|
]
|
|
|
|
}
|