Add apple-touch-icon for iOS devices "Add to Home Screen"

This commit is contained in:
Joel Nordell 2021-02-22 22:20:41 -06:00
parent 8da85d3609
commit 8797a58efc
No known key found for this signature in database
GPG Key ID: 43CBCFAFAD7CFD3F
3 changed files with 3 additions and 0 deletions

View File

@ -36,6 +36,7 @@
"aot": true,
"assets": [
"src/favicon.ico",
"src/apple-touch-icon.png",
"src/assets",
"src/manifest.webmanifest", {
"glob": "pdf.worker.min.js",
@ -112,6 +113,7 @@
"karmaConfig": "karma.conf.js",
"assets": [
"src/favicon.ico",
"src/apple-touch-icon.png",
"src/assets",
"src/manifest.webmanifest"
],

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

View File

@ -9,6 +9,7 @@
<meta name="theme-color" content="#17541f" />
<link rel="manifest" href="manifest.webmanifest">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link ref="apple-touch-icon" href="apple-touch-icon.png">
</head>
<body class="color-scheme-system">
<app-root></app-root>