On a former project I was working on there was a manifest.json
file while allowed the app to be a progressive web application.
However even now on different projects I can see that my browser is requesting the service-worker.js
file from the backend ie:
GET /service-worker.js 404 557.926 ms
How can I turn this off within my browser so I don't see these errant logs come through my app?