mirror of
https://github.com/bitgapp/eqMac.git
synced 2024-11-22 22:32:17 +03:00
20 lines
310 B
JSON
20 lines
310 B
JSON
{
|
|
"index": "/index.html",
|
|
"assetGroups": [
|
|
{
|
|
"name": "app",
|
|
"installMode": "prefetch",
|
|
"resources": {
|
|
"files": [
|
|
"/favicon.ico",
|
|
"/index.html",
|
|
"/*.css",
|
|
"/*.js",
|
|
"/assets/**",
|
|
"/*.png"
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|