Files
ironmount/apps/client/public/images/favicon/site.webmanifest
2025-11-07 19:26:37 +01:00

21 lines
469 B
JSON

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