Added first favicon :)
All checks were successful
pipeline / build-and-push-images (push) Successful in 22s
pipeline / deploy (push) Successful in 7s

This commit is contained in:
2024-11-24 18:18:01 +01:00
parent 38d70d83cc
commit d4e101013f
8 changed files with 38 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"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"
}