protocol handlers in pwa manifest

main
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",
"url": app3
}
],
"protocol_handlers": [
{
"protocol": "web+ap",
"url": "?target=%s"
},
{
"protocol": "web+epicyon",
"url": "?target=%s"
}
]
}
msg_str = json.dumps(manifest, ensure_ascii=False)