forked from FOSS/BangleApps
16 lines
503 B
JSON
16 lines
503 B
JSON
|
{
|
||
|
"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}
|
||
|
]
|
||
|
}
|