2022-01-06 11:47:26 +00:00
{
"id" : "activepedom" ,
"name" : "Active Pedometer" ,
"shortName" : "Active Pedometer" ,
2024-03-04 21:32:06 +00:00
"version" : "0.10" ,
2022-11-28 13:55:02 +00:00
"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." ,
2022-01-06 11:47:26 +00:00
"icon" : "app.png" ,
"tags" : "outdoors,widget" ,
"supports" : [ "BANGLEJS" ] ,
"readme" : "README.md" ,
2022-01-19 16:03:34 +00:00
"screenshots" : [ { "url" : "600.png" } , { "url" : "10600.png" } , { "url" : "1600.png" } ] ,
2022-01-06 11:47:26 +00:00
"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" }
2023-06-20 21:07:17 +00:00
] ,
"data" : [ { "name" : "activepedom.settings.json" } ]
2022-01-06 11:47:26 +00:00
}