{
  "name": "AILikeCHAT 360",
  "short_name": "AILikeCHAT",
  "description": "Chat inteligente con memoria y contexto conversacional",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0A2C40",
  "theme_color": "#A78BFA",
  "icons": [
    {
      "src": "/static/favicon.svg",
      "sizes": "32x32",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/static/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/static/screenshot-540x720.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "categories": ["productivity"],
  "shortcuts": [
    {
      "name": "Nueva conversación",
      "short_name": "Nueva",
      "description": "Inicia una nueva conversación",
      "url": "/?mode=new",
      "icons": [
        {
          "src": "/static/favicon.svg",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
