2022-07-07 21:56:38 +00:00
|
|
|
{ "id": "widagps",
|
|
|
|
"name": "AGPS Widget",
|
|
|
|
"shortName":"AGPS Widget",
|
|
|
|
"icon": "widget.png",
|
|
|
|
"type": "widget",
|
|
|
|
"version":"0.01",
|
2022-07-21 14:09:40 +00:00
|
|
|
"description": "Load AGPS data in the background **using Gadgetbridge**",
|
2022-07-07 21:56:38 +00:00
|
|
|
"readme": "README.md",
|
|
|
|
"tags": "widget,agps,http",
|
|
|
|
"supports": ["BANGLEJS2"],
|
|
|
|
"storage": [
|
|
|
|
{"name":"widagps.wid.js","url":"widget.js"}
|
|
|
|
]
|
|
|
|
}
|