{
  "name": "Pam — tu asistente de empresa",
  "short_name": "Pam",
  "description": "Tu asistente inteligente, siempre a tu lado",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#1a0b2e",
  "theme_color": "#6B3FA0",
  "lang": "es-ES",
  "icons": [
    {
      "src": "/icons/pam-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/pam-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Chat con Pam",
      "short_name": "Chat",
      "description": "Abre el chat con Pam",
      "url": "/dashboard/chat",
      "icons": [{ "src": "/icons/pam-192.svg", "sizes": "192x192" }]
    }
  ],
  "categories": ["business", "productivity"]
}
