From 42d0104d02d8647b255bdd7ade6b67a2000e9afb Mon Sep 17 00:00:00 2001 From: Ronin0000 <89286474+Ronin0000@users.noreply.github.com> Date: Thu, 3 Feb 2022 17:23:06 -0800 Subject: [PATCH] Update metadata.json --- apps/torch/metadata.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/torch/metadata.json b/apps/torch/metadata.json index 574ccbae5..30ca36c1b 100644 --- a/apps/torch/metadata.json +++ b/apps/torch/metadata.json @@ -3,14 +3,14 @@ "name": "Torch", "shortName": "Torch", "version": "0.04", - "description": "Turns screen white to help you see in the dark. Select from the launcher or press BTN1,BTN3,BTN1,BTN3 quickly to start when in any app that shows widgets. You can also set the color through the apps settings menu.", + "description": "Turns screen white to help you see in the dark. Select from the launcher or press BTN1,BTN3,BTN1,BTN3 quickly to start when in any app that shows widgets on Bangle.js 1. You can also set the color through the app's setting menu.", "icon": "app.png", "tags": "tool,torch", "supports": ["BANGLEJS","BANGLEJS2"], "storage": [ {"name":"torch.app.js","url":"app.js","supports": ["BANGLEJS"]}, {"name":"torch.app.js","url":"appb2.js","supports": ["BANGLEJS2"]}, - {"name":"torch.wid.js","url":"widget.js"}, + {"name":"torch.wid.js","url":"widget.js","supports": ["BANGLEJS"]}, {"name":"torch.img","url":"app-icon.js","evaluate":true}, {"name":"torch.settings.js","url":"settings.js"} ]