2022-01-06 11:47:26 +00:00
{
"id" : "openstmap" ,
"name" : "OpenStreetMap" ,
"shortName" : "OpenStMap" ,
2024-03-13 10:56:27 +00:00
"version" : "0.30" ,
2022-01-06 11:47:26 +00:00
"description" : "Loads map tiles from OpenStreetMap onto your Bangle.js and displays a map of where you are. Once installed this also adds map functionality to `GPS Recorder` and `Recorder` apps" ,
2022-11-25 15:34:51 +00:00
"readme" : "README.md" ,
2022-01-06 11:47:26 +00:00
"icon" : "app.png" ,
"tags" : "outdoors,gps,osm" ,
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
"screenshots" : [ { "url" : "screenshot.png" } ] ,
2022-11-25 15:34:51 +00:00
"interface" : "interface.html" ,
2022-01-06 11:47:26 +00:00
"storage" : [
{ "name" : "openstmap" , "url" : "openstmap.js" } ,
{ "name" : "openstmap.app.js" , "url" : "app.js" } ,
{ "name" : "openstmap.img" , "url" : "app-icon.js" , "evaluate" : true }
2022-11-25 15:34:51 +00:00
] , "data" : [
2022-11-28 11:16:36 +00:00
{ "name" : "openstmap.json" } ,
2022-11-25 15:34:51 +00:00
{ "wildcard" : "openstmap.*.json" } ,
{ "wildcard" : "openstmap.*.img" }
2022-01-06 11:47:26 +00:00
]
}