{
  "name": "McLegalT - Super App Legal",
  "short_name": "McLegalT",
  "description": "Super App Legal Corporativa con PWA Drive, Custodia Trading Escrow, Mensajería Cifrada y Asistente IA Jurídico.",
  "start_url": "/",
  "id": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#070B14",
  "theme_color": "#0A192F",
  "orientation": "portrait",
  "categories": ["business", "finance", "productivity", "utilities"],
  "icons": [
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "PWA Drive Legal",
      "short_name": "Drive",
      "description": "Bóveda cifrada de expedientes y contratos",
      "url": "/?screen=drive",
      "icons": [{ "src": "/icon-192.svg", "sizes": "192x192" }]
    },
    {
      "name": "Trading PWA",
      "short_name": "Trading",
      "description": "Custodia y garantías de operaciones escrow",
      "url": "/?screen=trading",
      "icons": [{ "src": "/icon-192.svg", "sizes": "192x192" }]
    },
    {
      "name": "Asistente IA",
      "short_name": "IA Legal",
      "description": "Consultas y auditoría jurídica en tiempo real",
      "url": "/?screen=ai_assistant",
      "icons": [{ "src": "/icon-192.svg", "sizes": "192x192" }]
    }
  ]
}
