Update metadata.json

master
Elfreda Kwawu 2024-04-04 15:43:11 -04:00 committed by GitHub
parent 7f3fc66558
commit 6785717aa8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
{ "id": "phystrax",
"name": "PhysTrax",
"entry": "app.js",
"shortName":"PhysTrax",
"version":"0.01",
"description": "Tracking physiological measurements to support active learning in classrooms",
@ -11,6 +10,6 @@
"interface": "interface.html",
"storage": [
{"name":"phystrax.app.js","url":"app.js"},
{"name":"app-icon.js","url":"app-icon.js","evaluate":true}
{"name":"app-icon.img","url":"app-icon.js","evaluate":true}
]
}