Files
buildpath/frontend/public/site.webmanifest
vhaudiquet 068299efa3
All checks were successful
pipeline / build-and-push-images (push) Successful in 22s
pipeline / deploy (push) Successful in 7s
Better favicon ?
2024-11-24 18:40:14 +01:00

21 lines
439 B
JSON

{
"name": "BuildPath",
"short_name": "BuildPath",
"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": "#312E2C",
"background_color": "#312E2C",
"display": "standalone"
}