I am using PWA in my angular app to recognize when there is a new version deployed. My problem is that vercel blocks the access to the file manifest.webmanifest, so when i am trying to fetch from https://www.MY_URL/manifest.webmanifest i get blocked by vercel with status code 403. I added a rule in the firewall, but it did not help.

What am i missing? How can i allow access to this file?