Skip to content

Commit 2da0831

Browse files
authored
Create metadata.json
1 parent 4f9aa34 commit 2da0831

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

apps/widsmartbatt/metadata.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)