unoffical wafrn mirror wafrn.net
atproto social-network activitypub
at testPDSNotExplode 63 lines 1.3 kB view raw
1{ 2 "$schema": "./node_modules/@angular/service-worker/config/schema.json", 3 "index": "/index.html", 4 "navigationUrls": [ 5 "/dashboard", 6 "/dashboard/**", 7 "/profile", 8 "/profile/**", 9 "/blog/**", 10 "/fediverse/post/**", 11 "/search", 12 "/search/**", 13 "/admin", 14 "/admin/**", 15 "/privacy" 16 ], 17 "assetGroups": [ 18 { 19 "name": "app", 20 "installMode": "prefetch", 21 "resources": { 22 "files": [ 23 "/favicon.ico", 24 "/index.html", 25 "/manifest.webmanifest", 26 "/*.css", 27 "/*.js", 28 "/assets/logo.png", 29 "/assets/logo_mascot.png", 30 "/assets/i18n/*", 31 "/assets/fonts/*", 32 "/assets/sounds/*" 33 ] 34 } 35 }, 36 { 37 "name": "assets", 38 "installMode": "prefetch", 39 "updateMode": "prefetch", 40 "resources": { 41 "files": [ 42 "/assets/*.(svg|cur|jpg|jpeg|png|apng|webp|avif|gif|otf|ttf|woff|woff2)" 43 ] 44 } 45 } 46 ], 47 "dataGroups":[ 48 { 49 "name": "media", 50 "urls": [ 51 "${{MEDIA_DOMAIN}}/**", 52 "${{CACHE_DOMAIN}}/**" 53 54 ], 55 "cacheConfig": { 56 "strategy": "performance", 57 "maxSize": 850, 58 "maxAge": "3d", 59 "timeout": "1h" 60 } 61 } 62 ] 63}