Create metadata.json

master^2
RKBoss6 2025-07-11 22:22:44 -04:00 committed by GitHub
parent 4f9aa34b60
commit 2da0831c48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
{
"id": "widsmartbatt",
"name": "Smart Battery Widget",
"shortName":"Smart Batt",
"icon": "icon.png",
"version":"0.01",
"type": "widget",
"supports": ["BANGLEJS", "BANGLEJS2"],
"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.",
"tags": "widget,battery",
"provides_widgets" : ["battery"],
"storage": [
{"name":"widsmartbatt.js","url":"widget.js"},
{"name":"widsmartbatt.settings.js","url":"settings.js"}
]
}