From c5cc53b548ee8f585ac20f36a5218d9b7d0f8f94 Mon Sep 17 00:00:00 2001 From: stweedo <108593831+stweedo@users.noreply.github.com> Date: Mon, 15 May 2023 23:06:06 -0500 Subject: [PATCH] Update metadata.json --- apps/rescalc/metadata.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/apps/rescalc/metadata.json b/apps/rescalc/metadata.json index 64197fb8e..d45a55b13 100644 --- a/apps/rescalc/metadata.json +++ b/apps/rescalc/metadata.json @@ -2,11 +2,19 @@ "name": "Resitstor Calculator", "shortName" : "Resistor Calc", "icon": "rescalc.png", + "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,electric,ohm,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.app.img","url":"resistor.js","evaluate":true} ], -}, \ No newline at end of file +},