test fav
25
index.html
@@ -135,26 +135,11 @@
|
||||
|
||||
<!-- Favicon section should be updated to: -->
|
||||
|
||||
<!-- Standard favicon (16x16 or 32x32) -->
|
||||
<link rel="icon" href="/wdi-logo.ico" type="image/x-icon">
|
||||
|
||||
<!-- Add this to your <head> section -->
|
||||
<link rel="icon" href="/favicon.png" type="image/png" sizes="48x48">
|
||||
<link rel="icon" href="/favicon.ico" type="image/x-icon" sizes="16x16">
|
||||
|
||||
<!-- For modern browsers -->
|
||||
<link rel="icon" href="/wdi-logo.png" type="image/png" sizes="32x32">
|
||||
<link rel="icon" href="/wdi-logo.png" type="image/png" sizes="16x16">
|
||||
|
||||
<!-- Apple Touch Icon (recommended 180x180) -->
|
||||
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
|
||||
|
||||
<!-- Android/Chrome -->
|
||||
<link rel="icon" sizes="192x192" href="/android-chrome-192x192.png">
|
||||
<link rel="icon" sizes="512x512" href="/android-chrome-512x512.png">
|
||||
|
||||
<!-- Web App Manifest -->
|
||||
<link rel="manifest" href="/site.webmanifest">
|
||||
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<link rel="shortcut icon" href="/favicon.ico" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
||||
<link rel="manifest" href="/site.webmanifest" />
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
BIN
public/apple-touch-icon.png
Normal file
|
After Width: | Height: | Size: 26 KiB |
BIN
public/favicon-96x96.png
Normal file
|
After Width: | Height: | Size: 9.1 KiB |
BIN
public/favicon.ico
Normal file
|
After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 4.6 KiB |
3
public/favicon.svg
Normal file
|
After Width: | Height: | Size: 6.5 KiB |
21
public/site.webmanifest
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "MyWebSite",
|
||||
"short_name": "MySite",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/web-app-manifest-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
},
|
||||
{
|
||||
"src": "/web-app-manifest-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
}
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff",
|
||||
"display": "standalone"
|
||||
}
|
||||
|
Before Width: | Height: | Size: 4.2 KiB |
BIN
public/web-app-manifest-192x192.png
Normal file
|
After Width: | Height: | Size: 29 KiB |
BIN
public/web-app-manifest-512x512.png
Normal file
|
After Width: | Height: | Size: 146 KiB |