2022-01-06 11:47:26 +00:00
{
"id" : "activepedom" ,
"name" : "Active Pedometer" ,
"shortName" : "Active Pedometer" ,
"version" : "0.09" ,
"description" : "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." ,
"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" }
]
}