{
    "name": "Jaime Garzon's MUN",
    "short_name": "JGMUN",
    "theme_color": "#FFFFFF",
    "background_color": "#FFFFFF",
    "display": "standalone",
    "start_url": "https://munad.jgmun.com/",
    "scope": "https://munad.jgmun.com/",
    "description": "Una plataforma para el Modelo de las Naciones Unidas de Jaime Garzón.",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "https://munad.jgmun.com/favicon.ico",
            "sizes": "512x512",
            "type": "image/x-icon"
        },
        {
            "src": "https://munad.jgmun.com/logoPWA.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "https://munad.jgmun.com/logoPWA.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "prefer_related_applications": false,
    "shortcuts": [
        {
            "name": "Iniciar sesión",
            "short_name": "Login",
            "description": "Accede a tu cuenta en JGMUN",
            "url": "https://munad.jgmun.com/login",
            "icons": [
                {
                    "src": "https://img.icons8.com/ios-filled/192/FFFFFF/login-rounded-right.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Registro",
            "short_name": "Signup",
            "description": "Regístrate en JGMUN",
            "url": "https://munad.jgmun.com/register",
            "icons": [
                {
                    "src": "https://img.icons8.com/ios-filled/192/FFFFFF/add-user-group-man-man.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ]
}
