BangleApps/apps/phystrax/metadata.json

17 lines
486 B
JSON
Raw Normal View History

2024-04-06 02:57:04 +00:00
{ "id": "phystrax",
"name": "PhysTrax",
"shortName":"PhysTrax",
"icon": "app.png",
2024-09-25 20:31:55 +00:00
"version":"0.02",
2024-04-06 02:57:04 +00:00
"description": "Tracking physiological measurements to support active learning in classrooms",
"tags": "health",
"interface": "interface.html",
2024-04-06 03:05:41 +00:00
"readme": "README.md",
2024-04-06 02:57:04 +00:00
"supports": ["BANGLEJS2"],
"storage": [
{"name":"phystrax.app.js","url":"app.js"},
{"name":"phystrax.img","url":"app-icon.js","evaluate":true}
2024-04-22 19:44:38 +00:00
],
"data": [{"name":"phystrax_hrm.csv"}]
}