{
    "id": "/",
    "name": "Sistema Integral CEMEP",
    "short_name": "CEMEP",
    "description": "Sistema integral de gestión CEMEP",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#11101d",
    "theme_color": "#005395",
    "orientation": "portrait",
    "icons": [
        {
            "src": "/static/logos/logoMcemep-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/static/logos/logoMcemep-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/static/logos/screenshot-mobile.png",
            "sizes": "390x865",
            "type": "image/png",
            "label": "Sistema Integral CEMEP"
        },
        {
            "src": "/static/logos/screenshot-desktop.png",
            "sizes": "1280x667",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Sistema Integral CEMEP - Desktop"
        }
    ]
}