Update favicon for frontend
- Copied favicon files into fronted from razor pages
|
After Width: | Height: | Size: 38 KiB |
|
After Width: | Height: | Size: 184 KiB |
BIN
wretched-machines-frontend/src/app/_favicon/apple-touch-icon.png
Normal file
|
After Width: | Height: | Size: 35 KiB |
BIN
wretched-machines-frontend/src/app/_favicon/favicon-16x16.png
Normal file
|
After Width: | Height: | Size: 651 B |
BIN
wretched-machines-frontend/src/app/_favicon/favicon-32x32.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
19
wretched-machines-frontend/src/app/_favicon/site.webmanifest
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"name": "Wretched Machines",
|
||||||
|
"short_name": "WretchedMachines",
|
||||||
|
"icons": [
|
||||||
|
{
|
||||||
|
"src": "/android-chrome-192x192.png",
|
||||||
|
"sizes": "192x192",
|
||||||
|
"type": "image/png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "/android-chrome-512x512.png",
|
||||||
|
"sizes": "512x512",
|
||||||
|
"type": "image/png"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"theme_color": "#ffffff",
|
||||||
|
"background_color": "#ffffff",
|
||||||
|
"display": "standalone"
|
||||||
|
}
|
||||||
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 15 KiB |