mirror of
https://github.com/nicotsx/ironmount.git
synced 2025-12-10 12:10:51 +01:00
fix: favicon and background image serving
This commit is contained in:
21
apps/client/public/images/favicon/site.webmanifest
Normal file
21
apps/client/public/images/favicon/site.webmanifest
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "Ironmount",
|
||||
"short_name": "Ironmount",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/images/favicon/web-app-manifest-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
},
|
||||
{
|
||||
"src": "/images/favicon/web-app-manifest-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
}
|
||||
],
|
||||
"theme_color": "#1b1b1b",
|
||||
"background_color": "#1b1b1b",
|
||||
"display": "standalone"
|
||||
}
|
||||
Reference in New Issue
Block a user