BangleApps/apps/health/metadata.json

22 lines
663 B
JSON
Raw Permalink Normal View History

{
"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",
"description": "Logs health data and provides an app to view it",
"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.min.js"},
2022-04-25 12:27:24 +00:00
{"name":"health","url":"lib.min.js"},
{"name":"health.settings.js","url":"settings.js"}
],
"data": [{"name":"health.json"}],
2023-01-06 14:37:09 +00:00
"dependencies": {"notify":"type"}
}