{ "$schema": "./node_modules/@angular/service-worker/config/schema.json", "index": "/index.html", "assetGroups": [ { "name": "app", "installMode": "prefetch", "resources": { "files": [ "/index.html", "/manifest.webmanifest", "/*.css", "/*.js" ] } }, { "name": "assets", "installMode": "prefetch", "updateMode": "prefetch", "resources": { "files": [ "/assets/**/*", "/**/*.(svg|cur|jpg|jpeg|png|apng|webp|avif|gif|otf|ttf|woff|woff2)" ] } } ], "dataGroups": [ { "name": "canti-api", "urls": [ "https://www.canticristiani.it/it/api/canti.json" ], "cacheConfig": { "maxSize": 1, "maxAge": "7d", "timeout": "10s", "strategy": "performance" } } ] }