Before Width: | Height: | Size: 3.8 KiB |
Before Width: | Height: | Size: 6.8 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 5.2 KiB |
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 912 B After Width: | Height: | Size: 492 B |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 706 B |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
@ -0,0 +1,9 @@ |
|||
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png?v=240615"> |
|||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png?v=240615"> |
|||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png?v=240615"> |
|||
<link rel="manifest" href="/favicon/site.webmanifest?v=240615"> |
|||
<link rel="mask-icon" href="/favicon/safari-pinned-tab.svg?v=240615" color="#ff5555"> |
|||
<link rel="shortcut icon" href="/favicon/favicon.ico?v=240615"> |
|||
<meta name="msapplication-TileColor" content="#da532c"> |
|||
<meta name="msapplication-config" content="/favicon/browserconfig.xml?v=240615"> |
|||
<meta name="theme-color" content="#ffffff"> |
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 3.2 KiB |
@ -1,20 +1,19 @@ |
|||
{ |
|||
"name": "MKRhere", |
|||
"short_name": "MKRhere", |
|||
"start_url": "/", |
|||
"name": "", |
|||
"short_name": "", |
|||
"icons": [ |
|||
{ |
|||
"src": "/favicon/android-chrome-192x192.png", |
|||
"src": "/favicon/android-chrome-192x192.png?v=240615", |
|||
"sizes": "192x192", |
|||
"type": "image/png" |
|||
}, |
|||
{ |
|||
"src": "/favicon/android-chrome-512x512.png", |
|||
"src": "/favicon/android-chrome-512x512.png?v=240615", |
|||
"sizes": "512x512", |
|||
"type": "image/png" |
|||
} |
|||
], |
|||
"display": "standalone", |
|||
"theme_color": "#ff5555", |
|||
"background_color": "#000000" |
|||
"theme_color": "#ffffff", |
|||
"background_color": "#ffffff", |
|||
"display": "standalone" |
|||
} |
|||
|