Files
fichajes/public/manifest.json
Antoni Nuñez Romeu b3f7d6bf98 Versión 1.0
2026-04-09 23:42:49 +02:00

26 lines
504 B
JSON

{
"short_name": "React App",
"name": "Create React App Sample",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "LOGO_FICOSA.svg",
"type": "image/svg+xml",
"sizes": "192x192"
},
{
"src": "logo_ficosa.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}