1
0
Fork 0
BangleApps/apps/torch/metadata.json

16 lines
503 B
JSON
Raw Normal View History

{
"id": "torch",
"name": "Torch",
"shortName": "Torch",
"version": "0.02",
"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"},
{"name":"torch.img","url":"app-icon.js","evaluate":true}
]
}