BangleApps/apps/health/metadata.json

22 lines
663 B
JSON

{
"id": "health",
"name": "Health Tracking",
"shortName": "Health",
"version": "0.22",
"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"},
{"name":"health","url":"lib.min.js"},
{"name":"health.settings.js","url":"settings.js"}
],
"data": [{"name":"health.json"}],
"dependencies": {"notify":"type"}
}