2022-01-06 11:47:26 +00:00
{
"id" : "pebbled" ,
"name" : "Pebble Clock with distance" ,
"shortName" : "Pebble + distance" ,
2024-01-25 12:23:45 +00:00
"version" : "0.06" ,
2022-01-06 11:47:26 +00:00
"description" : "Fork of Pebble Clock with distance in KM. Both step count and the distance are on the main screen. Default step length = 0.75m (can be changed in settings)." ,
"readme" : "README.md" ,
"icon" : "pebbled.png" ,
"screenshots" : [ { "url" : "pebble_screenshot.png" } ] ,
"type" : "clock" ,
"tags" : "clock,distance" ,
"supports" : [ "BANGLEJS2" ] ,
"storage" : [
{ "name" : "pebbled.app.js" , "url" : "pebbled.app.js" } ,
{ "name" : "pebbled.settings.js" , "url" : "pebbled.settings.js" } ,
{ "name" : "pebbled.img" , "url" : "pebbled.icon.js" , "evaluate" : true }
2023-06-20 21:07:17 +00:00
] ,
"data" : [ { "name" : "pebbleDistance.json" } ]
2022-01-06 11:47:26 +00:00
}