BangleApps/apps/rescalc/metadata.json

22 lines
755 B
JSON
Raw Normal View History

2023-05-16 04:14:10 +00:00
{
"id": "rescalc",
"name": "Resistor Calculator",
"shortName": "Resistor Calc",
2023-05-15 10:11:15 +00:00
"icon": "rescalc.png",
2023-05-16 04:06:06 +00:00
"screenshots": [
2023-05-16 04:14:10 +00:00
{"url": "screenshot.png"},
{"url": "screenshot-1.png"},
{"url": "screenshot-2.png"}
2023-05-16 04:06:06 +00:00
],
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:14:10 +00:00
"tags": ["app", "tool", "electricity", "ohms", "converter"],
"supports": ["BANGLEJS2"],
2023-05-16 04:06:06 +00:00
"readme": "README.md",
"allow_emulator": true,
2023-05-15 10:11:15 +00:00
"storage": [
2023-05-16 04:14:10 +00:00
{"name": "rescalc.app.js", "url": "app.js"},
{"name": "rescalc.img", "url": "app-icon.js", "evaluate": true},
2023-05-18 17:00:38 +00:00
{"name": "rescalc-resistor.img", "url": "resistor.js", "evaluate": true}
2023-05-16 04:14:10 +00:00
]
}