mirror of https://github.com/espruino/BangleApps
18 lines
540 B
JSON
18 lines
540 B
JSON
{
|
|
"id": "widpa",
|
|
"name": "Simple Pedometer",
|
|
"shortName":"Simple Pedometer",
|
|
"icon": "screenshot_widpa.png",
|
|
"screenshots": [{"url":"screenshot_widpa.png"}],
|
|
"version":"0.03",
|
|
"type": "widget",
|
|
"supports": ["BANGLEJS", "BANGLEJS2"],
|
|
"readme": "README.md",
|
|
"description": "Displays the current step count from `Bangle.getHealthStatus(\"day\").steps` in 12x16 font, requires firmware v2.11.21 or later",
|
|
"tags": "widget,battery",
|
|
"sortorder": -1,
|
|
"storage": [
|
|
{"name":"widpa.wid.js","url":"widpa.wid.js"}
|
|
]
|
|
}
|