{ "navigationFallback": { "rewrite": "/index.html", "exclude": ["/images/*.{png,jpg,gif}", "/css/*"] }, "globalHeaders": { "content-security-policy": "default-src https:; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; img-src https: data:;" }, "mimeTypes": { ".json": "application/json", ".webmanifest": "application/manifest+json" }, "responseOverrides": { "404": { "rewrite": "/index.html", "statusCode": 200 } } }