1
1
mirror of https://github.com/bitgapp/eqMac.git synced 2024-11-22 22:32:17 +03:00
eqMac/ui/ngsw-config.json

20 lines
310 B
JSON
Raw Normal View History

2020-04-04 21:15:38 +03:00
{
"index": "/index.html",
"assetGroups": [
{
"name": "app",
"installMode": "prefetch",
"resources": {
"files": [
"/favicon.ico",
"/index.html",
"/*.css",
"/*.js",
"/assets/**",
"/*.png"
]
}
}
]
}