{
  "name": "CheckMind CRM",
  "short_name": "CheckMind",
  "description": "Panel de gestion empresarial con IA multi-agente",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#FAFAF8",
  "theme_color": "#1a1917",
  "orientation": "any",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard Guardia",
      "short_name": "Guardia",
      "url": "/support",
      "description": "Panel de soporte y monitorizacion",
      "icons": [{ "src": "/icons/shortcut-support.png", "sizes": "96x96" }]
    },
    {
      "name": "Tickets",
      "short_name": "Tickets",
      "url": "/tickets",
      "description": "Gestion de tickets de soporte",
      "icons": [{ "src": "/icons/shortcut-tickets.png", "sizes": "96x96" }]
    }
  ]
}
