I have written a progressive web app, following all available guides and examples, but for some reason when I click the Add to homescreen button, I keep getting thi
Add to homescreen
Also you need to define fetch listener in a service worker file:
fetch
this.addEventListener('fetch', function (event) { // it can be empty if you just want to get rid of that error });