Update metadata.json
parent
8e25ad3350
commit
65d2886c88
|
|
@ -1,20 +1,21 @@
|
||||||
{ "id": "rescalc",
|
{
|
||||||
"name": "Resitstor Calculator",
|
"id": "rescalc",
|
||||||
|
"name": "Resistor Calculator",
|
||||||
"shortName": "Resistor Calc",
|
"shortName": "Resistor Calc",
|
||||||
"icon": "rescalc.png",
|
"icon": "rescalc.png",
|
||||||
"screenshots": [
|
"screenshots": [
|
||||||
{"url":"screenshot.png"}
|
{"url": "screenshot.png"},
|
||||||
{"url":"screenshot-1.png"}
|
{"url": "screenshot-1.png"},
|
||||||
{"url": "screenshot-2.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,electricity,ohms,converter",
|
"tags": ["app", "tool", "electricity", "ohms", "converter"],
|
||||||
"supports": ["BANGLEJS2"],
|
"supports": ["BANGLEJS2"],
|
||||||
"readme": "README.md",
|
"readme": "README.md",
|
||||||
"allow_emulator": true,
|
"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