{
  "name": "VioFull - Soluciones Digitales Integrales",
  "short_name": "VioFull",
  "description": "Desarrollo Web, Infraestructura Cloud y Servicios Digitales Profesionales",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#6a11cb",
  "background_color": "#1a1a2e",
  "lang": "es",
  "dir": "ltr",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
        {
            "src": "/android-chrome-192x192.png", // Necesitarás generar este también
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/android-chrome-512x512.png", // Y este
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": ["navigate-existing", "navigate-new"]
  },
  "file_handlers": [
    {
      "action": "/file-handler",
      "accept": {
        "image/*": [".jpg", ".jpeg", ".png", ".gif", ".webp"],
        "text/plain": [".txt"],
        "application/pdf": [".pdf"]
      }
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "mailto",
      "url": "/#contact?email=%s"
    }
  ],
  "handle_links": "preferred",
  "capture_links": "existing-client-navigate"
}