favicon: replace SVG placeholder with full PNG/ICO set from assets/favicon/
BIN
public/assets/favicon/android-chrome-192x192.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
public/assets/favicon/android-chrome-512x512.png
Normal file
|
After Width: | Height: | Size: 49 KiB |
BIN
public/assets/favicon/apple-touch-icon-152x152.png
Normal file
|
After Width: | Height: | Size: 8.8 KiB |
BIN
public/assets/favicon/apple-touch-icon-167x167.png
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
public/assets/favicon/apple-touch-icon-180x180.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
public/assets/favicon/favicon-128x128.png
Normal file
|
After Width: | Height: | Size: 7.1 KiB |
BIN
public/assets/favicon/favicon-16x16.png
Normal file
|
After Width: | Height: | Size: 575 B |
BIN
public/assets/favicon/favicon-32x32.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
public/assets/favicon/favicon-48x48.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
public/assets/favicon/favicon-64x64.png
Normal file
|
After Width: | Height: | Size: 3.0 KiB |
BIN
public/assets/favicon/favicon-96x96.png
Normal file
|
After Width: | Height: | Size: 4.9 KiB |
BIN
public/assets/favicon/favicon.ico
Normal file
|
After Width: | Height: | Size: 8.3 KiB |
10
public/assets/favicon/favicon_html.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
<!-- Favicon and icon links - add to your <head> section -->
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="/favicons/apple-touch-icon-152x152.png">
|
||||
<link rel="apple-touch-icon" sizes="167x167" href="/favicons/apple-touch-icon-167x167.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/favicons/apple-touch-icon-180x180.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicons/favicon-16x16.png">
|
||||
<link rel="manifest" href="/favicons/site.webmanifest">
|
||||
<link rel="shortcut icon" href="/favicons/favicon.ico">
|
||||
<meta name="msapplication-TileColor" content="\#ffffff">
|
||||
<meta name="theme-color" content="\#ffffff">
|
||||
19
public/assets/favicon/site.webmanifest
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "",
|
||||
"short_name": "",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/favicons/android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/favicons/android-chrome-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff",
|
||||
"display": "standalone"
|
||||
}
|
||||