mirror of https://github.com/espruino/BangleApps
17 lines
623 B
JSON
17 lines
623 B
JSON
{
|
|
"id": "rtorch",
|
|
"name": "Red Torch",
|
|
"shortName": "RedTorch",
|
|
"version": "0.02",
|
|
"description": "Turns screen RED to help you see in the dark without breaking your night vision. Select from the launcher or on Bangle 1 press BTN3,BTN1,BTN3,BTN1 quickly to start when in any app that shows widgets",
|
|
"icon": "app.png",
|
|
"tags": "tool,torch",
|
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
|
"allow_emulator": true,
|
|
"storage": [
|
|
{"name":"rtorch.app.js","url":"app.js"},
|
|
{"name":"rtorch.wid.js","url":"widget.js", "supports": ["BANGLEJS"]},
|
|
{"name":"rtorch.img","url":"app-icon.js","evaluate":true}
|
|
]
|
|
}
|