Update metadata.json
parent
7cc763db1b
commit
c5cc53b548
|
|
@ -2,11 +2,19 @@
|
||||||
"name": "Resitstor Calculator",
|
"name": "Resitstor Calculator",
|
||||||
"shortName" : "Resistor Calc",
|
"shortName" : "Resistor Calc",
|
||||||
"icon": "rescalc.png",
|
"icon": "rescalc.png",
|
||||||
|
"screenshots": [
|
||||||
|
{"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.",
|
"description": "An intuitive, easy-to-use app that aids in the interpretation of resistor color codes and calculation of resistance values.",
|
||||||
"tags": "app,tool,electric,ohm,converter",
|
"tags": "app,tool,electricity,ohms,converter",
|
||||||
|
"supports":["BANGLEJS2"],
|
||||||
|
"readme": "README.md",
|
||||||
|
"allow_emulator": true,
|
||||||
"storage": [
|
"storage": [
|
||||||
{"name":"rescalc.app.js","url":"app.js"},
|
{"name":"rescalc.app.js","url":"app.js"},
|
||||||
{"name":"rescalc.img","url":"app-icon.js","evaluate":true}
|
{"name":"rescalc.img","url":"app-icon.js","evaluate":true}
|
||||||
{"name":"rescalc.app.img","url":"resistor.js","evaluate":true}
|
{"name":"rescalc.app.img","url":"resistor.js","evaluate":true}
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue