diff --git a/apps/rescalc/metadata.json b/apps/rescalc/metadata.json index d45a55b13..7f2895fb2 100644 --- a/apps/rescalc/metadata.json +++ b/apps/rescalc/metadata.json @@ -1,20 +1,21 @@ -{ "id": "rescalc", - "name": "Resitstor Calculator", - "shortName" : "Resistor Calc", +{ + "id": "rescalc", + "name": "Resistor Calculator", + "shortName": "Resistor Calc", "icon": "rescalc.png", "screenshots": [ - {"url":"screenshot.png"} - {"url":"screenshot-1.png"} - {"url":"screenshot-2.png"} + {"url": "screenshot.png"}, + {"url": "screenshot-1.png"}, + {"url": "screenshot-2.png"} ], "description": "An intuitive, easy-to-use app that aids in the interpretation of resistor color codes and calculation of resistance values.", - "tags": "app,tool,electricity,ohms,converter", - "supports":["BANGLEJS2"], + "tags": ["app", "tool", "electricity", "ohms", "converter"], + "supports": ["BANGLEJS2"], "readme": "README.md", "allow_emulator": true, "storage": [ - {"name":"rescalc.app.js","url":"app.js"}, - {"name":"rescalc.img","url":"app-icon.js","evaluate":true} - {"name":"rescalc.app.img","url":"resistor.js","evaluate":true} - ], -}, + {"name": "rescalc.app.js", "url": "app.js"}, + {"name": "rescalc.img", "url": "app-icon.js", "evaluate": true}, + {"name": "rescalc.app.img", "url": "resistor.js", "evaluate": true} + ] +}