Update metadata.json

master
Ronin0000 2022-02-02 15:56:01 -08:00 committed by GitHub
parent 76dc660ab2
commit caf60baa55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
"id": "torch", "id": "torch",
"name": "Torch", "name": "Torch",
"shortName": "Torch", "shortName": "Torch",
"version": "0.02", "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", "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", "icon": "app.png",
"tags": "tool,torch", "tags": "tool,torch",
@ -11,6 +11,6 @@
{"name":"torch.app.js","url":"app.js"}, {"name":"torch.app.js","url":"app.js"},
{"name":"torch.wid.js","url":"widget.js"}, {"name":"torch.wid.js","url":"widget.js"},
{"name":"torch.img","url":"app-icon.js","evaluate":true}, {"name":"torch.img","url":"app-icon.js","evaluate":true},
{"name":"torch.settings.js","url":"torch.settings.js"} {"name":"torch.settings.js","url":"settings.js"}
] ]
} }