Create metadata.json

master
RKBoss6 2025-07-10 16:57:38 -04:00 committed by GitHub
parent d9850bcde1
commit 022636a69c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 14 additions and 0 deletions

View File

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