Files
marketplaces/ngsw-config.json
sdarbinyan 650bf137f2 fixes
2026-03-24 02:25:50 +04:00

59 lines
1.2 KiB
JSON

{
"$schema": "./node_modules/@angular/service-worker/config/schema.json",
"index": "/index.html",
"assetGroups": [
{
"name": "app",
"installMode": "prefetch",
"resources": {
"files": [
"/favicon.ico",
"/index.html",
"/manifest.webmanifest",
"/*.css",
"/*.js"
]
}
},
{
"name": "assets",
"installMode": "lazy",
"updateMode": "prefetch",
"resources": {
"files": [
"/**/*.(svg|cur|jpg|jpeg|png|apng|webp|avif|gif|otf|ttf|woff|woff2)"
]
}
}
],
"dataGroups": [
{
"name": "api-cache",
"urls": [
"/api/**",
"https://api.dexarmarket.ru:445/**",
"https://api.novo.market:444/**"
],
"cacheConfig": {
"maxSize": 100,
"maxAge": "1h",
"timeout": "10s",
"strategy": "freshness"
}
},
{
"name": "product-images",
"urls": [
"https://**/*.jpg",
"https://**/*.png",
"https://**/*.webp"
],
"cacheConfig": {
"maxSize": 200,
"maxAge": "7d",
"strategy": "performance"
}
}
]
}