We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f9aa34 commit 2da0831Copy full SHA for 2da0831
apps/widsmartbatt/metadata.json
@@ -0,0 +1,17 @@
1
+{
2
+ "id": "widsmartbatt",
3
+ "name": "Smart Battery Widget",
4
+ "shortName":"Smart Batt",
5
+ "icon": "icon.png",
6
+ "version":"0.01",
7
+ "type": "widget",
8
+ "supports": ["BANGLEJS", "BANGLEJS2"],
9
+ "readme": "README.md",
10
+ "description": "Simple and slim battery widget that shows days remaining, and learns from your usage to tailor the days remaining to you.",
11
+ "tags": "widget,battery",
12
+ "provides_widgets" : ["battery"],
13
+ "storage": [
14
+ {"name":"widsmartbatt.js","url":"widget.js"},
15
+ {"name":"widsmartbatt.settings.js","url":"settings.js"}
16
+ ]
17
+}
0 commit comments