mirror of https://gitlab.com/bashrc2/epicyon
protocol handlers in pwa manifest
parent
2dcbb2ad52
commit
f6ca746c19
10
daemon.py
10
daemon.py
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue