Force Chrome major version to 100 in the User-Agent string
Chrome version number will soon go from two digits to three, which might affect any code that's parsing the User-Agent (UA) string. A feature flag available from Chrome 96 to 99 enables early testing by forcing the major version number in the UA string to 100.
Uniquely identifying PWAs with the web app manifest id property
There's a new optional id
property as part of the web app manifest spec, that allows you to explicitly define the identifier used for your PWA. Adding the id
property to the manifest removes the dependency on the start_url
or the location of the manifest, and makes it possible for them to be updated in the future.