forked from FOSS/BangleApps
14 lines
359 B
JSON
14 lines
359 B
JSON
|
{ "id": "widslimbat",
|
||
|
"name": "Slim battery widget with cells",
|
||
|
"shortName":"Slim battery with cells",
|
||
|
"version":"0.01",
|
||
|
"description": "A small (13px wide) battery widget with cells",
|
||
|
"icon": "widget.png",
|
||
|
"type": "widget",
|
||
|
"tags": "widget",
|
||
|
"supports" : ["BANGLEJS2"],
|
||
|
"storage": [
|
||
|
{"name":"widslimbat.wid.js","url":"widget.js"}
|
||
|
]
|
||
|
}
|