2022-06-16 16:08:34 +00:00
{ "id" : "agpsdata" ,
2022-09-21 08:27:52 +00:00
"name" : "A-GPS Data Downloader App" ,
2022-07-07 19:24:47 +00:00
"shortName" : "A-GPS Data" ,
2022-06-16 17:27:15 +00:00
"icon" : "agpsdata.png" ,
2023-01-12 21:00:08 +00:00
"version" : "0.06" ,
2022-09-21 08:27:52 +00:00
"description" : "Once installed, this app allows you to download assisted GPS (A-GPS) data directly to your Bangle.js **via Gadgetbridge on an Android phone** when you run the app. If you just want to upload the latest AGPS data from this app loader, please use the `Assisted GPS Update (AGPS)` app." ,
2022-07-06 12:03:35 +00:00
"tags" : "boot,tool,assisted,gps,agps,http" ,
2022-06-16 16:08:34 +00:00
"allow_emulator" : true ,
"supports" : [ "BANGLEJS2" ] ,
"readme" : "README.md" ,
2022-07-06 12:13:23 +00:00
"screenshots" : [ { "url" : "screenshot.png" } , { "url" : "screenshot2.png" } ] ,
2022-06-16 16:08:34 +00:00
"storage" : [
{ "name" : "agpsdata.app.js" , "url" : "app.js" } ,
2022-07-06 12:03:35 +00:00
{ "name" : "agpsdata.img" , "url" : "agpsdata-icon.js" , "evaluate" : true } ,
{ "name" : "agpsdata.default.json" , "url" : "default.json" } ,
{ "name" : "agpsdata.boot.js" , "url" : "boot.js" } ,
{ "name" : "agpsdata" , "url" : "lib.js" } ,
{ "name" : "agpsdata.settings.js" , "url" : "settings.js" }
] ,
"data" : [
2022-07-07 07:51:57 +00:00
{ "name" : "agpsdata.json" } ,
{ "name" : "agpsdata.settings.json" }
2022-06-16 16:08:34 +00:00
]
}