Update metadata.json

master
stweedo 2023-05-15 23:14:10 -05:00 committed by GitHub
parent 8e25ad3350
commit 65d2886c88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 13 deletions

View File

@ -1,20 +1,21 @@
{ "id": "rescalc",
"name": "Resitstor Calculator",
{
"id": "rescalc",
"name": "Resistor Calculator",
"shortName": "Resistor Calc",
"icon": "rescalc.png",
"screenshots": [
{"url":"screenshot.png"}
{"url":"screenshot-1.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",
"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.img", "url": "app-icon.js", "evaluate": true},
{"name": "rescalc.app.img", "url": "resistor.js", "evaluate": true}
],
},
]
}