Files
lena-schilling-website/packages/base/Resources/Public/site.webmanifest
Dominik Polakovics 2e07c498cd
All checks were successful
Build / build (push) Successful in 4m7s
Build / deploy-stage (push) Successful in 2m41s
Build / switch-stage (push) Successful in 2m2s
feat: add favicon
2024-12-18 00:42:19 +01:00

21 lines
436 B
JSON

{
"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"
}