Add favicon assets and update HTML references for improved branding

This commit is contained in:
Edgar P. Burkhart 2025-06-16 23:59:02 +02:00
parent a462fabde4
commit b20eee8cfb
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
9 changed files with 55 additions and 1 deletions

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": "#aa40bf",
"background_color": "#ffffff",
"display": "standalone"
}