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

@diekus commented on this pull request.



> +                {
+                  "protocol": "web+music",
+                  "url": "/play?songId=%s"
+                },
+                {
+                  "protocol": "store",
+                  "url": "/buy?songId=%s"

yes indeed! the example states that it will be ignored as it does not comply with either starting with "Web+" or on the safelist 

-- 
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_r633709103

Received on Monday, 17 May 2021 17:09:30 UTC