mirror of https://github.com/espruino/BangleApps
20 lines
819 B
JSON
20 lines
819 B
JSON
{
|
|
"id": "activepedom",
|
|
"name": "Active Pedometer",
|
|
"shortName": "Active Pedometer",
|
|
"version": "0.09",
|
|
"description": "(NOT RECOMMENDED) Pedometer that filters out arm movement and displays a step goal progress. Steps are saved to a daily file and can be viewed as graph. The `Health` app now provides step logging and graphs.",
|
|
"icon": "app.png",
|
|
"tags": "outdoors,widget",
|
|
"supports": ["BANGLEJS"],
|
|
"readme": "README.md",
|
|
"screenshots": [{"url":"600.png"},{"url":"10600.png"},{"url":"1600.png"}],
|
|
"storage": [
|
|
{"name":"activepedom.wid.js","url":"widget.js"},
|
|
{"name":"activepedom.settings.js","url":"settings.js"},
|
|
{"name":"activepedom.img","url":"app-icon.js","evaluate":true},
|
|
{"name":"activepedom.app.js","url":"app.js"}
|
|
],
|
|
"data":[{"name":"activepedom.settings.json"}]
|
|
}
|