Re: [w3c/manifest] Adding protocol handlers (#972)

@diekus commented on this pull request.



> +          The user agent MUST ask for permission when using a protocol
+          handler for the first time. This feature requires user interaction
+          and a script cannot communicate with another application on its

Hola Marcos, so the way this would work is that these registrations happen upon installation of the Web App. There is a prompt, and it is similar to the one that appears when registration is invoked from the `.registerProtocolHandler()`. In this case, where the registration happens from the manifest, the prompt appears the first time the protocol handler is invoked for a Web app. (It was a requirement from security/privacy folks).

![image](https://user-images.githubusercontent.com/73939538/119394569-3bf10900-bcca-11eb-966d-4411ea04c7a6.png)


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/pull/972#discussion_r638206215

Received on Monday, 24 May 2021 18:59:43 UTC