Create metadata.json

master
pidajo 2022-07-07 23:56:38 +02:00 committed by GitHub
parent 66d8770059
commit 7402bdc7fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
{ "id": "widagps",
"name": "AGPS Widget",
"shortName":"AGPS Widget",
"icon": "widget.png",
"type": "widget",
"version":"0.01",
"description": "Load AGPS data in the background",
"readme": "README.md",
"tags": "widget,agps,http",
"supports": ["BANGLEJS2"],
"storage": [
{"name":"widagps.wid.js","url":"widget.js"}
]
}