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

18 lines
526 B
JSON
Raw Normal View History

{
"id": "widbata",
"name": "Battery Level Widget (Themed)",
"shortName":"Battery Theme",
"icon": "widbata.png",
"screenshots": [{"url":"screenshot_widbata_1.png"}],
2022-02-06 09:14:18 +00:00
"version":"0.04",
"type": "widget",
"supports": ["BANGLEJS", "BANGLEJS2"],
"readme": "README.md",
"description": "Shows the current battery level status in the top right using the clocks colour theme",
"tags": "widget,battery",
"provides_widgets" : ["battery"],
"storage": [
{"name":"widbata.wid.js","url":"widbata.wid.js"}
]
}