Skip to content
Snippets Groups Projects
ngsw-config-template.json 828 B
{
  "$schema": "./node_modules/@angular/service-worker/config/schema.json",
  "index": "/index.html",
  "appData": {
    "version": "4.16.0"
  },
  "assetGroups": [
    {
      "name": "app",
      "installMode": "prefetch",
      "updateMode": "prefetch",
      "resources": {
        "files": [
          "/favicon.ico",
          "/index.html",
          "/manifest.webmanifest",
          "/app/**/*.json",
          "/locale/*.json",
          "/*.css",
          "/*.js",
          "/*.json",
          "/*.(svg|cur|jpg|jpeg|png|apng|webp|avif|gif|otf|ttf|woff|woff2|eot)",
          "/3rdpartylicenses.txt",
          "/assets/**",
          "!/**/*.pdf",
          "!/**/*.php",
          "!/assets/docs/javascripts/matomo-tracking.js"
        ]
      }
    }
  ],
  "navigationUrls": [
    "!/cassiopee-releases/"
  ]
}