Update metadata.json

master
Ronin0000 2022-02-03 17:23:06 -08:00 committed by GitHub
parent aafb1dda50
commit 42d0104d02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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"}
]