Description
Many modern web apps use PWA manifests (.webmanifest).
On common PHP setups, these are often routed through PHP and returned as HTML, silently breaking PWA installability.
Would it make sense to:
- Document
.webmanifest as a JSON resource, or
- Recommend default MIME mappings (
application/manifest+json), or
- Provide guidance for common servers (Apache/nginx) in the PHP docs?