mirror of https://github.com/espruino/BangleApps
Active Pedometer
parent
0cee319086
commit
43d0f455a7
13
apps.json
13
apps.json
|
@ -1107,6 +1107,19 @@
|
|||
{"name":"openstmap.app.js","url":"app.js"},
|
||||
{"name":"openstmap.img","url":"app-icon.js","evaluate":true}
|
||||
]
|
||||
},
|
||||
{ "id": "activepedom",
|
||||
"name": "Active Pedometer",
|
||||
"shortName":"activepedom",
|
||||
"icon": "app.png",
|
||||
"version":"0.01",
|
||||
"description": "Pedometer that filters out arm movement and displays a step goal progress.",
|
||||
"tags": "outdoors,widget",
|
||||
"storage": [
|
||||
{"name":"activepedom.wid.js","url":"widget.js"},
|
||||
{"name":"activepedom.settings.js","url":"settings.js"},
|
||||
{"name":"activepedom.img","url":"app-icon.js","evaluate":true}
|
||||
]
|
||||
},
|
||||
{ "id": "tabata",
|
||||
"name": "Tabata",
|
||||
|
|
Loading…
Reference in New Issue