-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Specify the location of the Web Application Manifest #24
Comments
It seems that it's hard-coded to be at Consider moving it to In a private discussion with someone internally (anonymous since it was a private discussion), they said: "[Changing it] would make things more difficult for developers, especially during the transition period where Chrome and the packaging tools we made disagree about where it should go." I would suggest that while standards are still being prototyped and have not been released on any browser, we should be amenable to making design changes even if they disrupt developers. If necessary, Chrome could have a grace period where it looks at the new location and falls back to looking at the old location with a warning. |
Seems reasonable. .well-known, though proposed in 2019, has not progressed to best practice or standard yet. (Note, I'm not familiar with IETF context to understand why). MDN doesn't appear to have use of well-known, I didn't find W3C standards yet using it (difficult to search), though I did find a list at https://en.wikipedia.org/wiki/Well-known_URI |
I think the only example I've seen of it in a proposed web standard is in First Party Sets. I'm not opposed to migrating. |
Good point that The Wikipedia page suggests quite a few official IETF uses including http-opportunistic in HTTP/2. FWIW we have proposed using it for Scope Extensions in Manifest itself which is quite close to home. |
Might be an issue with MDN search because it's definitely in this FedCM article. |
Oops, #34 does not fix this :) |
The location of IWA manifest was changed from `/manifest.webmanifest` to `/.well-known/manifest.webmanifest` [1]. Reflect that change in our sample IWA. [1] More discussion: WICG/isolated-web-apps#24
* [Build] Move manifest to .well-known/ The location of IWA manifest was changed from `/manifest.webmanifest` to `/.well-known/manifest.webmanifest` [1]. Reflect that change in our sample IWA. [1] More discussion: WICG/isolated-web-apps#24 * [Build] Sign IWA with Integrity Block V2 Integrity Block V1 has been deprecated since M129. Upgrade npm package `wbn-sign` to 0.2.1 to support v2 format.
No description provided.
The text was updated successfully, but these errors were encountered: