{
  "name": "CuquiAgent",
  "short_name": "CuquiAgent",
  "description": "Secure AI Agent Platform — automate tasks, manage skills and stay in control.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#09090b",
  "theme_color": "#7c3aed",
  "orientation": "portrait-primary",
  "lang": "es",
  "categories": ["productivity", "utilities", "business"],
  "icons": [
    {
      "src": "/cuquiagent.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Chat",
      "short_name": "Chat",
      "description": "Abrir chat con el agente",
      "url": "/chat",
      "icons": [{ "src": "/cuquiagent.svg", "sizes": "any" }]
    },
    {
      "name": "Skills",
      "short_name": "Skills",
      "description": "Ver skills instaladas",
      "url": "/skills",
      "icons": [{ "src": "/cuquiagent.svg", "sizes": "any" }]
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+cuquiagent",
      "url": "/?action=%s"
    }
  ],
  "share_target": {
    "action": "/chat",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
