Update metadata.json
parent
8459c3f7b5
commit
1c04fff6e8
|
|
@ -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"}]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue