16 lines
451 B
JSON
16 lines
451 B
JSON
{ "id": "phystrax",
|
|
"name": "PhysTrax App",
|
|
"shortName":"PhysTrax",
|
|
"version":"0.01",
|
|
"description": "Tracking physiological measurements to support active learning in classrooms",
|
|
"icon": "app.png",
|
|
"tags": "health",
|
|
"supports" : ["BANGLEJS2"],
|
|
"readme": "README.md",
|
|
"interface": "interface.html",
|
|
"storage": [
|
|
{"name":"phystrax.app.js","url":"app.js"},
|
|
{"name":"app-icon.js","url":"app-icon.js","evaluate":true}
|
|
]
|
|
}
|