Update metadata.json

master^2
RKBoss6 2025-07-24 16:18:42 -04:00 committed by GitHub
parent 925c71a207
commit faa6257974
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 4 deletions

View File

@ -1,17 +1,16 @@
{ {
"id": "widsmartbatt", "id": "widsmartbatt",
"name": "Smart Battery Widget", "name": "Smart Battery Widget",
"shortName":"Smart Batt", "shortName":"Smart Batt Wid",
"icon": "icon.png", "icon": "icon.png",
"version":"0.01", "version":"0.01",
"type": "widget", "type": "widget",
"supports": ["BANGLEJS", "BANGLEJS2"], "supports": ["BANGLEJS", "BANGLEJS2"],
"readme": "README.md", "readme": "README.md",
"description": "Simple and slim battery widget that shows days remaining, and learns from your usage to tailor the days remaining to you.", "description": "Simple and slim battery widget that shows days remaining, and uses the `smartbatt` module to learm from your usage and provide accurate predictions.",
"tags": "widget,battery", "tags": "widget,battery",
"provides_widgets" : ["battery"], "provides_widgets" : ["battery"],
"storage": [ "storage": [
{"name":"widsmartbatt.js","url":"widget.js"}, {"name":"widsmartbatt.js","url":"widget.js"}
{"name":"widsmartbatt.settings.js","url":"settings.js"}
] ]
} }