2022-01-06 11:47:26 +00:00
{ "id" : "mylocation" ,
"name" : "My Location" ,
"shortName" : "My Location" ,
2022-04-22 20:59:13 +00:00
"icon" : "app.png" ,
2022-05-26 11:50:44 +00:00
"type" : "settings" ,
2022-01-06 11:47:26 +00:00
"screenshots" : [ { "url" : "screenshot_1.png" } ] ,
2024-03-13 10:56:27 +00:00
"version" : "0.11" ,
2023-06-25 19:43:14 +00:00
"description" : "Sets and stores the latitude and longitude of your preferred City. It can be set from GPS, waypoints or webinterface. `mylocation.json` can be used by other apps that need your main location. See README for details." ,
2022-01-06 11:47:26 +00:00
"readme" : "README.md" ,
"tags" : "tool,utility" ,
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2022-11-25 09:42:25 +00:00
"interface" : "interface.html" ,
2022-01-06 11:47:26 +00:00
"storage" : [
2022-05-26 11:50:44 +00:00
{ "name" : "mylocation.settings.js" , "url" : "settings.js" }
2022-01-06 11:47:26 +00:00
] ,
"data" : [
{ "name" : "mylocation.json" }
]
}