BangleApps/apps/widagps/metadata.json

15 lines
366 B
JSON
Raw Normal View History

2022-07-07 21:56:38 +00:00
{ "id": "widagps",
"name": "AGPS Widget",
"shortName":"AGPS Widget",
"icon": "widget.png",
"type": "widget",
"version":"0.01",
"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"}
]
}