BangleApps/apps/torch/metadata.json

17 lines
557 B
JSON
Raw Normal View History

{
"id": "torch",
"name": "Torch",
"shortName": "Torch",
2022-02-02 23:56:01 +00:00
"version": "0.03",
"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",
"icon": "app.png",
"tags": "tool,torch",
"supports": ["BANGLEJS"],
"storage": [
{"name":"torch.app.js","url":"app.js"},
{"name":"torch.wid.js","url":"widget.js"},
2022-02-02 23:30:14 +00:00
{"name":"torch.img","url":"app-icon.js","evaluate":true},
2022-02-02 23:56:01 +00:00
{"name":"torch.settings.js","url":"settings.js"}
]
}