protocol handlers in pwa manifest

merge-requests/30/head
Bob Mottram 2023-01-10 13:44:37 +00:00
parent 2dcbb2ad52
commit f6ca746c19
1 changed files with 10 additions and 0 deletions

View File

@ -8082,6 +8082,16 @@ class PubServer(BaseHTTPRequestHandler):
"platform": "fdroid", "platform": "fdroid",
"url": app3 "url": app3
} }
],
"protocol_handlers": [
{
"protocol": "web+ap",
"url": "?target=%s"
},
{
"protocol": "web+epicyon",
"url": "?target=%s"
}
] ]
} }
msg_str = json.dumps(manifest, ensure_ascii=False) msg_str = json.dumps(manifest, ensure_ascii=False)