2022-01-06 11:47:26 +00:00
{
"id" : "torch" ,
"name" : "Torch" ,
"shortName" : "Torch" ,
2022-02-04 01:13:07 +00:00
"version" : "0.04" ,
2022-02-03 00:26:08 +00:00
"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." ,
2022-01-06 11:47:26 +00:00
"icon" : "app.png" ,
"tags" : "tool,torch" ,
2022-02-04 01:06:35 +00:00
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2022-01-06 11:47:26 +00:00
"storage" : [
2022-02-04 01:03:47 +00:00
{ "name" : "torch.app.js" , "url" : "app.js" , "supports" : [ "BANGLEJS" ] } ,
{ "name" : "torch.app.js" , "url" : "appb2.js" , "supports" : [ "BANGLEJS2" ] } ,
2022-01-06 11:47:26 +00:00
{ "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" }
2022-01-06 11:47:26 +00:00
]
}