1
0
Fork 0
BangleApps/apps/widbattpwr/metadata.json

20 lines
493 B
JSON
Raw Permalink Normal View History

{
"id": "widbattpwr",
"name": "Battery power and percentage widget",
"shortName": "Batt Pwr",
"icon": "widget.png",
"version": "0.03",
"type": "widget",
"supports": ["BANGLEJS2"],
"readme": "README.md",
"description": "A battery widget showing percentage (via shading) and time remaining at current power consumption",
"tags": "widget,battery",
"provides_widgets": ["battery"],
"storage": [
{
"name": "widbattpwr.wid.js",
"url": "widget.js"
}
]
}