I'm trying to learn PWA development. Done some basic exercises, and they work well on Chrome, but Firefox completely ignores the
<link rel="manifest" href="manifest.webmanifest">
According to https://developer.mozilla.org/en-US/docs/Web/Manifest it should work, but the manifest is not even requested from the server.
Do you have any recommendations on checking what may I be forgiving or doing wrong?