2022-06-16 16:08:34 +00:00
|
|
|
{ "id": "agpsdata",
|
|
|
|
"name": "A-GPS Data",
|
|
|
|
"shortName":"AGPS Data",
|
2022-06-16 17:27:15 +00:00
|
|
|
"icon": "agpsdata.png",
|
2022-07-06 12:03:35 +00:00
|
|
|
"version":"0.02",
|
|
|
|
"description": "Download assisted GPS (AGPS) data directly to watch",
|
|
|
|
"tags": "boot,tool,assisted,gps,agps,http",
|
2022-06-16 16:08:34 +00:00
|
|
|
"allow_emulator":true,
|
|
|
|
"supports": ["BANGLEJS2"],
|
|
|
|
"readme":"README.md",
|
2022-06-16 16:23:39 +00:00
|
|
|
"screenshots" : [ { "url":"screenshot.png" }, { "url":"screenshot2.png" }, { "url":"screenshot3.png" }, { "url":"screenshot4.png" }, { "url":"screenshot5.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": [
|
|
|
|
{"name": "agpsdata.json"}
|
2022-06-16 16:08:34 +00:00
|
|
|
]
|
|
|
|
}
|