{
  "name": "Lugn Chat",
  "short_name": "Lugn",
  "description": "Central omnichannel para atendimento, vendas e automações.",
  "start_url": "/inbox",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1e3a8a",
  "orientation": "portrait-primary",
  "lang": "pt-BR",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/logo-icon.png",
      "sizes": "525x525",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.png",
      "sizes": "525x525",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Inbox",
      "short_name": "Inbox",
      "description": "Abrir conversas",
      "url": "/inbox"
    },
    {
      "name": "CRM",
      "short_name": "CRM",
      "description": "Abrir pipeline comercial",
      "url": "/crm"
    },
    {
      "name": "Agenda",
      "short_name": "Agenda",
      "description": "Agendamentos",
      "url": "/scheduling"
    }
  ]
}
