BangleApps/apps/rescalc/metadata.json

21 lines
717 B
JSON
Raw Normal View History

2023-05-15 10:11:15 +00:00
{ "id": "rescalc",
"name": "Resitstor Calculator",
"shortName" : "Resistor Calc",
"icon": "rescalc.png",
2023-05-16 04:06:06 +00:00
"screenshots": [
{"url":"screenshot.png"}
{"url":"screenshot-1.png"}
{"url":"screenshot-2.png"}
],
2023-05-15 10:11:15 +00:00
"description": "An intuitive, easy-to-use app that aids in the interpretation of resistor color codes and calculation of resistance values.",
2023-05-16 04:06:06 +00:00
"tags": "app,tool,electricity,ohms,converter",
"supports":["BANGLEJS2"],
"readme": "README.md",
"allow_emulator": true,
2023-05-15 10:11:15 +00:00
"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}
],
2023-05-16 04:06:06 +00:00
},