forked from FOSS/BangleApps
18 lines
540 B
JSON
18 lines
540 B
JSON
|
{
|
||
|
"id": "widpb",
|
||
|
"name": "Lato Pedometer",
|
||
|
"shortName":"Lato Pedometer",
|
||
|
"icon": "screenshot_widpb.png",
|
||
|
"screenshots": [{"url":"screenshot_widpb.png"}],
|
||
|
"version":"0.04",
|
||
|
"type": "widget",
|
||
|
"supports": ["BANGLEJS", "BANGLEJS2"],
|
||
|
"readme": "README.md",
|
||
|
"description": "Displays the current step count from `Bangle.getHealthStatus(\"day\").steps` in the Lato font, requires firmware v2.11.21 or later",
|
||
|
"tags": "widget,battery",
|
||
|
"sortorder": -1,
|
||
|
"storage": [
|
||
|
{"name":"widpb.wid.js","url":"widpb.wid.js"}
|
||
|
]
|
||
|
}
|