1
0
Fork 0

rename manifest

This commit is contained in:
BO41 2018-09-19 18:27:10 +02:00 committed by Chocobozzz
parent f41d6aacdf
commit fcc7c06037
4 changed files with 5 additions and 5 deletions

View File

@ -24,7 +24,7 @@
},
"assets": [
"src/assets/images",
"src/manifest.json"
"src/manifest.webmanifest"
],
"styles": [
"src/sass/application.scss"
@ -105,7 +105,7 @@
],
"assets": [
"src/assets/images",
"src/manifest.json"
"src/manifest.webmanifest"
]
}
},

View File

@ -7,7 +7,7 @@
<meta name="theme-color" content="#fff" />
<!-- Web Manifest file -->
<link rel="manifest" href="/manifest.json">
<link rel="manifest" href="/manifest.webmanifest">
<!-- /!\ The following comment is used by the server to prerender some tags /!\ -->

View File

@ -24,7 +24,7 @@
"src": "/client/assets/images/icons/icon-96x96.png",
"sizes": "96x96",
"type": "image/png"
},
},
{
"src": "/client/assets/images/icons/icon-144x144.png",
"sizes": "144x144",

View File

@ -35,7 +35,7 @@ clientsRouter.use('' +
// Static HTML/CSS/JS client files
const staticClientFiles = [
'manifest.json',
'manifest.webmanifest',
'ngsw-worker.js',
'ngsw.json'
]