2022-01-06 11:47:26 +00:00
|
|
|
{
|
|
|
|
"id": "health",
|
|
|
|
"name": "Health Tracking",
|
2022-12-12 09:01:00 +00:00
|
|
|
"shortName": "Health",
|
2024-04-02 17:38:20 +00:00
|
|
|
"version": "0.30",
|
2022-02-09 09:03:54 +00:00
|
|
|
"description": "Logs health data and provides an app to view it",
|
2022-01-06 11:47:26 +00:00
|
|
|
"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},
|
2022-02-02 19:57:44 +00:00
|
|
|
{"name":"health.boot.js","url":"boot.min.js"},
|
2022-04-25 12:27:24 +00:00
|
|
|
{"name":"health","url":"lib.min.js"},
|
|
|
|
{"name":"health.settings.js","url":"settings.js"}
|
|
|
|
],
|
2023-01-06 14:33:14 +00:00
|
|
|
"data": [{"name":"health.json"}],
|
2023-01-06 14:37:09 +00:00
|
|
|
"dependencies": {"notify":"type"}
|
2022-01-06 11:47:26 +00:00
|
|
|
}
|