
how to uninstall PWA service worker cache?
I am developing a PWA, and to test it I installed my app on my mobile phone via firefox for android. However, my service worker was written to never update the cache. I would like to update it to refresh the cache on each load, but every time I install my app, it loads the old cached service worker and files, as if it is still running the old service worker. I have removed the app from my home screen, deleted cookies and cached data via the browser settings, and even uninstalled and reinstalled the firefox for android app alltogether. But when I install the app and open it, it still runs the old version. How can I delete this cached data so firefox fetches the new files?