forked from FOSS/BangleApps
parent
b6a980a121
commit
3e062ef6ab
|
@ -3,13 +3,14 @@
|
||||||
"name": "Resistor Calculator",
|
"name": "Resistor Calculator",
|
||||||
"shortName": "Resistor Calc",
|
"shortName": "Resistor Calc",
|
||||||
"icon": "rescalc.png",
|
"icon": "rescalc.png",
|
||||||
|
"version":"0.01",
|
||||||
"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,
|
||||||
|
|
Loading…
Reference in New Issue