If I want to make changes to my Progressive Web App, e.g. a slight change on the app name, or update the logo, is it possible to force an update on all my users' installed apps?
I tried adding "?v=2" to the manifest URL,
<link rel="manifest" href="/manifest.json?v=2" />
And also forced an update on the service worker.
However, it doesn't seem to apply the new changes on the installed app.
I tried this on Google Chrome on Android.