Re: [w3c/manifest] Control which parts of the URLs belong to the app and which parts are not (#996)

I just looked at [URLPattern](https://github.com/WICG/urlpattern/blob/main/explainer.md#web-app-manifest). It might solve this problem. If browsers really wants to supply an "open" icon for users to launch the app, the manifest could add a new "entry_points" item, that defines a URLPatternList by developers for all entry points of the app. When user navigate to a matched entry point, browser show the open icon.

-- 
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/issues/996#issuecomment-909485533

Received on Tuesday, 31 August 2021 18:20:14 UTC