diff --git a/apps/widsmartbatt/metadata.json b/apps/widsmartbatt/metadata.json new file mode 100644 index 000000000..17b53d4a2 --- /dev/null +++ b/apps/widsmartbatt/metadata.json @@ -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"} + ] +}