{
  "name": "CampChat",
  "short_name": "CampChat",
  "id": "br.com.campcode.campchat",
  "start_url": "/",
  "scope": "/",
  "display": "fullscreen",
  "display_override": ["fullscreen", "window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "description": "Plataforma profissional de multiatendimento, chat em tempo real e CRM para WhatsApp.",
  "categories": ["business", "communication", "productivity"],
  "dir": "ltr",
  "lang": "pt-BR",
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=br.com.campcode.campchat",
      "id": "br.com.campcode.campchat"
    }
  ],
  "scope_extensions": [
    { "origin": "https://app.campchat.com.br" },
    { "origin": "https://campchat.com.br" }
  ],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "edge_side_panel": {
    "preferred_width": 480
  },
  "share_target": {
    "action": "/conversations",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/Icone.png",
      "sizes": "195x195",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Conversas",
      "short_name": "Conversas",
      "description": "Acessar lista de conversas ativas e fila de atendimento",
      "url": "/conversations",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Equipe",
      "short_name": "Equipe",
      "description": "Acessar chat interno da equipe",
      "url": "/team",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/screenshot-mobile.jpg",
      "sizes": "768x1376",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Atendimento mobile e conversas em tempo real no WhatsApp"
    },
    {
      "src": "/screenshots/screenshot-desktop.jpg",
      "sizes": "1376x768",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Painel de controle multiatendimento e CRM CampChat"
    }
  ]
}
