2023-05-25 07:09:11 +00:00
|
|
|
{
|
|
|
|
"id": "chargerot",
|
|
|
|
"name": "Charge LCD rotation",
|
2023-08-03 17:11:45 +00:00
|
|
|
"version": "0.02",
|
2023-05-25 07:09:11 +00:00
|
|
|
"description": "When charging, this app can rotate your screen and revert it when unplugged. Made for all sort of cradles.",
|
|
|
|
"icon": "icon.png",
|
|
|
|
"tags": "battery",
|
|
|
|
"readme": "README.md",
|
|
|
|
"type": "bootloader",
|
|
|
|
"supports": ["BANGLEJS2"],
|
|
|
|
"storage": [
|
|
|
|
{"name":"chargerot.boot.js","url":"boot.js"},
|
|
|
|
{"name":"chargerot.settings.js","url":"settings.js"}
|
2023-06-20 21:07:17 +00:00
|
|
|
],
|
|
|
|
"data":[{"name":"chargerot.settings.json"}]
|
2023-05-25 07:09:11 +00:00
|
|
|
}
|