2024-04-06 02:57:04 +00:00
|
|
|
{ "id": "phystrax",
|
|
|
|
"name": "PhysTrax",
|
|
|
|
"shortName":"PhysTrax",
|
|
|
|
"icon": "app.png",
|
|
|
|
"version":"0.01",
|
|
|
|
"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
|
|
|
],
|
2024-04-22 19:48:43 +00:00
|
|
|
"data": [{"name":"phystrax_hrm.csv"}]
|
|
|
|
}
|