Add favicon.svg to the public directory
All checks were successful
SteamWarCI Build successful

This commit is contained in:
2025-04-05 15:06:10 +02:00
parent 2d601b9c4d
commit 20a47ca6b6
9 changed files with 31 additions and 6 deletions

21
public/site.webmanifest Normal file
View 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"
}