44 lines
882 B
JSON
44 lines
882 B
JSON
{
|
|
"$schema": "./node_modules/@angular/service-worker/config/schema.json",
|
|
"appData": {
|
|
"appVersion": "0.0.23",
|
|
"buildDate": "2026-05-16T17:49:14.877Z",
|
|
"buildNumber": 23
|
|
},
|
|
"assetGroups": [
|
|
{
|
|
"installMode": "prefetch",
|
|
"name": "app",
|
|
"resources": {
|
|
"files": [
|
|
"/favicon.ico"
|
|
]
|
|
},
|
|
"updateMode": "prefetch"
|
|
},
|
|
{
|
|
"installMode": "lazy",
|
|
"name": "assets",
|
|
"resources": {
|
|
"files": [
|
|
"/favicon/**",
|
|
"/assets/**",
|
|
"/**/*.svg",
|
|
"/**/*.png",
|
|
"/**/*.jpg",
|
|
"/**/*.jpeg",
|
|
"/**/*.webp",
|
|
"/**/*.gif",
|
|
"/**/*.woff",
|
|
"/**/*.woff2",
|
|
"/**/*.ttf",
|
|
"/**/*.otf"
|
|
]
|
|
},
|
|
"updateMode": "prefetch"
|
|
}
|
|
],
|
|
"dataGroups": [],
|
|
"index": "/index.html"
|
|
}
|