Update metadata.json
parent
aafb1dda50
commit
42d0104d02
|
|
@ -3,14 +3,14 @@
|
||||||
"name": "Torch",
|
"name": "Torch",
|
||||||
"shortName": "Torch",
|
"shortName": "Torch",
|
||||||
"version": "0.04",
|
"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",
|
"icon": "app.png",
|
||||||
"tags": "tool,torch",
|
"tags": "tool,torch",
|
||||||
"supports": ["BANGLEJS","BANGLEJS2"],
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
||||||
"storage": [
|
"storage": [
|
||||||
{"name":"torch.app.js","url":"app.js","supports": ["BANGLEJS"]},
|
{"name":"torch.app.js","url":"app.js","supports": ["BANGLEJS"]},
|
||||||
{"name":"torch.app.js","url":"appb2.js","supports": ["BANGLEJS2"]},
|
{"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.img","url":"app-icon.js","evaluate":true},
|
||||||
{"name":"torch.settings.js","url":"settings.js"}
|
{"name":"torch.settings.js","url":"settings.js"}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue