mirror of https://github.com/espruino/BangleApps
17 lines
484 B
JSON
17 lines
484 B
JSON
{
|
|
"id": "widpb",
|
|
"name": "Lato Pedometer",
|
|
"shortName":"Lato Pedometer",
|
|
"icon": "screenshot_widpb.png",
|
|
"screenshots": [{"url":"screenshot_widpb.png"}],
|
|
"version":"0.05",
|
|
"type": "widget",
|
|
"supports": ["BANGLEJS", "BANGLEJS2"],
|
|
"readme": "README.md",
|
|
"description": "Displays the current step count from `Bangle.getHealthStatus(\"day\").steps` in the Lato font",
|
|
"tags": "widget,battery",
|
|
"storage": [
|
|
{"name":"widpb.wid.js","url":"widpb.wid.js"}
|
|
]
|
|
}
|