You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is active discussion around speccing an "app ID" with the intention of allowing sites to update their start_url and manifest URLs. w3c/manifest#586
In this discussion it mentions sites using versioned manifest URLs. This proposed API would be incompatible with that practice.
The text was updated successfully, but these errors were encountered:
If I understand the current implementation of id correctly, the global id is either the start URL, or the start URL's origin+the specified id from the manifest id field.
This allows a URL analogous to our current use of the manifest URL to uniquely identify a PWA.
The proposed change that would resolve this issue is to replace manifest with unique_id, which is itself a URL. During validation, instead of searching WAOA for the URL where an app's manifest was downloaded, search for the calculated "global id" of the app.
The web-app-origin-association file currently identifies other PWAs via their manifest URL:
There is active discussion around speccing an "app ID" with the intention of allowing sites to update their start_url and manifest URLs.
w3c/manifest#586
In this discussion it mentions sites using versioned manifest URLs. This proposed API would be incompatible with that practice.
The text was updated successfully, but these errors were encountered: