{
  "name": "BotConnecta - IA",
  "short_name": "BotConnecta",
  "description": "Plataforma de atendimento de Alta Performance para WhatsApp, Chatbot com IA, Kanban e Atendimento Multiatendentes.",
  "start_url": "/",
  "scope": "/",
  "id": "/?source=pwa",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui"
  ],
  "orientation": "any",
  "background_color": "#0b1120",
  "theme_color": "#10b981",
  "lang": "pt-BR",
  "dir": "ltr",
  "categories": [
    "business",
    "productivity",
    "utilities"
  ],
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://dock-directed-pockets-romance.trycloudflare.com/manifest.json",
      "id": "com.botconnecta.pwa"
    }
  ],
  "icons": [
    {
      "src": "/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/desktop.jpg",
      "sizes": "1376x768",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Painel de Atendimentos e Métricas em Tempo Real"
    },
    {
      "src": "/screenshots/desktop-kanban.jpg",
      "sizes": "1376x768",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Quadro Kanban de Gestão e Etapas de Atendimento"
    },
    {
      "src": "/screenshots/mobile.jpg",
      "sizes": "768x1376",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Chat de Atendimento e Conversas no Celular"
    },
    {
      "src": "/screenshots/mobile-tickets.jpg",
      "sizes": "768x1376",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Lista de Conversas e Tickets em Aberto"
    }
  ],
  "shortcuts": [
    {
      "name": "Atendimentos",
      "short_name": "Atendimentos",
      "description": "Acessar fila e conversas ativas",
      "url": "/tickets",
      "icons": [
        {
          "src": "/android-chrome-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Kanban",
      "short_name": "Kanban",
      "description": "Quadro Kanban de etapas",
      "url": "/kanban",
      "icons": [
        {
          "src": "/android-chrome-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Contatos",
      "short_name": "Contatos",
      "description": "Gerenciamento de clientes e contatos",
      "url": "/contacts",
      "icons": [
        {
          "src": "/android-chrome-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/tickets",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "file_handlers": [
    {
      "action": "/tickets",
      "name": "Planilhas e Arquivos",
      "icons": [
        {
          "src": "/android-chrome-192x192.png",
          "sizes": "192x192"
        }
      ],
      "accept": {
        "text/csv": [
          ".csv"
        ],
        "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": [
          ".xlsx"
        ],
        "image/*": [
          ".png",
          ".jpg",
          ".jpeg"
        ]
      }
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+botconnecta",
      "url": "/tickets?action=%s"
    },
    {
      "protocol": "mailto",
      "url": "/contacts?email=%s"
    }
  ],
  "edge_side_panel": {
    "preferred_width": 480
  },
  "note_taking": {
    "new_note_url": "/tickets?new_note=true"
  },
  "scope_extensions": [
    {
      "origin": "*.trycloudflare.com"
    }
  ],
  "widgets": [
    {
      "name": "BotConnecta Resumo",
      "short_name": "Resumo",
      "description": "Visualização rápida de atendimentos pendentes",
      "tag": "botconnecta-summary",
      "template": "widget",
      "ms_ac_template": "widgets/summary.json",
      "data": "/api/dashboard",
      "type": "application/json",
      "screenshots": [
        {
          "src": "/screenshots/mobile.jpg",
          "sizes": "768x1376",
          "label": "Widget de Resumo"
        }
      ],
      "icons": [
        {
          "src": "/android-chrome-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "launch_handler": {
    "client_mode": [
      "navigate-existing",
      "auto"
    ]
  },
  "handle_links": "preferred"
}