Update metadata.json

master
RKBoss6 2025-07-22 21:38:43 -04:00 committed by GitHub
parent b4e417882d
commit e91fe0c099
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 2 deletions

View File

@ -2,13 +2,15 @@
"id": "backlite", "id": "backlite",
"name": "BackLite", "name": "BackLite",
"version": "0.01", "version": "0.01",
"description": "Conserves battery life by starting the backlight only on a long press of the button from a locked state.", "description": "Conserves battery life by turning the backlight on only on a long press of the button from a locked state.",
"icon": "app.png", "icon": "app.png",
"type": "bootloader", "type": "bootloader",
"tags": "system", "tags": "system",
"readme": "README.md", "readme": "README.md",
"supports": ["BANGLEJS2"], "supports": ["BANGLEJS2"],
"storage": [ "storage": [
{"name":"backlite.boot.js","url":"boot.js"} {"name":"backlite.boot.js","url":"boot.js"},
{"name":"backlite.settings.js","url":"settings.js"}
] ]
} }