{ "$schema": "./node_modules/@angular/service-worker/config/schema.json", "index": "/index.html", "navigationUrls": [ "/**", "!/**/*.*", "!/**/*__*", "!/**/*__*/**", "!/api/**", "!/hubs/**", "!/signin-oidc", "!/signout-callback-oidc" ], "assetGroups": [ { "name": "app", "installMode": "prefetch", "resources": { "files": [ "/favicon.ico", "/index.html", "/manifest.webmanifest", "/*.css", "/*.js" ] } }, { "name": "assets", "installMode": "lazy", "updateMode": "prefetch", "resources": { "files": [ "/assets/**", "/*.(svg|cur|jpg|jpeg|png|apng|webp|avif|gif|otf|ttf|woff|woff2)" ] } }, { "name": "google-fonts", "installMode": "lazy", "updateMode": "lazy", "resources": { "urls": [ "https://fonts.googleapis.com/**", "https://fonts.gstatic.com/**" ] } } ] }