forked from FOSS/BangleApps
parent
b6a980a121
commit
3e062ef6ab
|
@ -3,13 +3,14 @@
|
|||
"name": "Resistor Calculator",
|
||||
"shortName": "Resistor Calc",
|
||||
"icon": "rescalc.png",
|
||||
"version":"0.01",
|
||||
"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.",
|
||||
"tags": ["app", "tool", "electricity", "ohms", "converter"],
|
||||
"tags": "app, tool, electricity, ohms, converter",
|
||||
"supports": ["BANGLEJS2"],
|
||||
"readme": "README.md",
|
||||
"allow_emulator": true,
|
||||
|
|
Loading…
Reference in New Issue