Merge pull request #3952 from bobrippling/feat/drained-type

drained: set type to clock, for launchers
master
Rob Pilling 2025-07-30 08:20:26 +01:00 committed by GitHub
commit 7675484149
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@
"icon": "icon.png", "icon": "icon.png",
"supports": ["BANGLEJS2"], "supports": ["BANGLEJS2"],
"allow_emulator": true, "allow_emulator": true,
"type": "clock",
"tags": "clock",
"storage": [ "storage": [
{"name":"drained.boot.js","url":"boot.js"}, {"name":"drained.boot.js","url":"boot.js"},
{"name":"drained.app.js","url":"app.js"}, {"name":"drained.app.js","url":"app.js"},