When the service worker was removed, the PWA stopped updating, and for new versions, the "add to home screen" banner no longer shows, even though the manifest file is still present.
You can still add the app manually, and it behaves as expected, but it's not as intuitive as before.
This explains how to solve it https://create-react-app.dev/docs/making-a-progressive-web-app/
When the service worker was removed, the PWA stopped updating, and for new versions, the "add to home screen" banner no longer shows, even though the manifest file is still present.
You can still add the app manually, and it behaves as expected, but it's not as intuitive as before.
This explains how to solve it https://create-react-app.dev/docs/making-a-progressive-web-app/