diff --git a/apps/phystrax/metadata.json b/apps/phystrax/metadata.json index 6ef02ec1a..6117b74f6 100644 --- a/apps/phystrax/metadata.json +++ b/apps/phystrax/metadata.json @@ -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} ] }