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-06-16 16:08:34 +00:00
|
|
|
"version":"0.01",
|
|
|
|
"description": "Download assisted GPS data directly to watch",
|
|
|
|
"tags": "assisted,gps,agps,http",
|
|
|
|
"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-06-16 17:27:15 +00:00
|
|
|
{"name":"agps.img","url":"agpsdata-icon.js","evaluate":true}
|
2022-06-16 16:08:34 +00:00
|
|
|
]
|
|
|
|
}
|