referenced icon

This commit is contained in:
plebbitor
2023-01-30 12:56:25 +01:00
parent 990309a3ef
commit 1b05ab21bc
2 changed files with 7 additions and 12 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<link rel="icon" href="manifest-icon-192x192.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
+6 -11
View File
@@ -3,19 +3,14 @@
"name": "Create React App Sample",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
"src": "manifest-icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
"src": "manifest-icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
}
],
"start_url": ".",