{
    "name": "Mitsui Citas",
    "short_name": "Mitsui",
    "start_url": "/",
    "background_color": "#ffffff",
    "theme_color": "#000000",
    "display": "standalone",
    "icons": [
        {
            "_comment": "ANDROID (Maskable): Icono Adaptativo EXCLUSIVO para Android. Edita este archivo para ajustar el zoom/márgenes.",
            "src": "/images/android-icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "_comment": "PC / WEB (Standard): Icono estándar para Windows/Mac. NO editar márgenes aquí.",
            "src": "/images/pc-icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "_comment": "ANDROID (Splash High-Res): Pantalla de carga EXCLUSIVA para Android.",
            "src": "/images/android-icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "_comment": "PC / WEB (Large): Icono grande estándar para escritorio.",
            "src": "/images/pc-icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "shortcuts": [
        {
            "name": "Inicio",
            "short_name": "Inicio",
            "description": "Ir a la página de inicio",
            "url": "/",
            "icons": [
                {
                    "src": "/images/pc-icon-512.png",
                    "sizes": "512x512",
                    "type": "image/png",
                    "purpose": "any"
                }
            ]
        }
    ]
}