Files
buildpath/frontend/public/site.webmanifest
vhaudiquet d4e101013f
All checks were successful
pipeline / build-and-push-images (push) Successful in 22s
pipeline / deploy (push) Successful in 7s
Added first favicon :)
2024-11-24 18:18:01 +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": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}