1
0
Fork 0
BangleApps/apps/health/metadata.json

20 lines
601 B
JSON
Raw Normal View History

{
"id": "health",
"name": "Health Tracking",
2022-05-17 21:27:13 +00:00
"version": "0.15",
"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"}]
}