{
    "background_color": "#ffffff",
    "display": "standalone",
    "screenshots": [
      {
          "src": "/screenshots/desktop.png",
          "sizes": "1920x1080",
          "type": "image/png",
          "form_factor": "wide"
      },
      {
          "src": "/screenshots/mobile.png",
          "sizes": "1080x1920",
          "type": "image/png"
      }
    ],
    "icons":
    [ 
        {
            "purpose": "any",
            "sizes": "192x192",
            "src": "/favicon/web-app-manifest-192x192.png",
            "type": "image/png"
        },
        {
            "sizes": "512x512",
            "src": "/favicon/web-app-manifest-512x512.png",
            "type": "image/png"
        },
        {
            "purpose": "maskable",
            "sizes": "192x192",
            "src": "/favicon/web-app-manifest-192x192.png",
            "type": "image/png"
        },
        {
            "purpose": "maskable",
            "sizes": "512x512",
            "src": "/favicon/web-app-manifest-512x512.png",
            "type": "image/png"
        }
    ],
    "name": "Grupo Quattro Diagnóstico Integral",
    "short_name": "Quattro",
    "scope": "/",
    "start_url": "http://admin.grupoquattro.mx/",
    "theme_color": "#ffffff"
}