Update metadata.json

master
RKBoss6 2025-06-19 18:48:58 -04:00 committed by GitHub
parent 8459c3f7b5
commit 1c04fff6e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 3 deletions

View File

@ -1,8 +1,8 @@
{
"id": "chargeanim",
"name": "Charge Animation",
"version": "0.02",
"description": "When charging, show a sideways charging animation and keep the screen on. When removed from the charger load the clock again.",
"version": "0.03",
"description": "When charging, show a sideways charging animation and optionally, keep the screen on, show time, or show battery percentage. When removed from the charger load the clock again.",
"icon": "icon.png",
"tags": "battery",
"supports": ["BANGLEJS", "BANGLEJS2"],
@ -11,6 +11,8 @@
"storage": [
{"name":"chargeanim.app.js","url":"app.js"},
{"name":"chargeanim.boot.js","url":"boot.js"},
{"name":"chargeanim.settings.js","url":"settings.js"},
{"name":"chargeanim.img","url":"app-icon.js","evaluate":true}
]
],
"data": [{"name":"chargeAnimSettings.json"}]
}