BangleApps/apps/widbatc/metadata.json

18 lines
505 B
JSON
Raw Normal View History

2023-04-16 16:01:30 +00:00
{
2023-04-16 16:11:45 +00:00
"id": "widbatc",
2023-04-16 16:01:30 +00:00
"name": "Yet Another Battery Widget",
"shortName":"Battery Level",
"icon": "icon.png",
"screenshots": [{"url":"screenshot.png"}],
"version":"0.01",
"type": "widget",
"supports": ["BANGLEJS", "BANGLEJS2"],
"readme": "README.md",
"description": "Shows the current battery level status in the top right using the Lato Font in digits",
"tags": "widget,battery",
"provides_widgets" : ["battery"],
"storage": [
{"name":"widbatc.wid.js","url":"widget.js"}
]
}