2022-01-06 11:47:26 +00:00
|
|
|
{
|
|
|
|
"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",
|
2022-01-06 11:47:26 +00:00
|
|
|
"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",
|
2022-12-06 10:25:32 +00:00
|
|
|
"provides_widgets" : ["battery"],
|
2022-01-06 11:47:26 +00:00
|
|
|
"storage": [
|
|
|
|
{"name":"widbata.wid.js","url":"widbata.wid.js"}
|
|
|
|
]
|
|
|
|
}
|