{
  "id": "/",
  "name": "Meu - Atendimento",
  "short_name": "Meu",
  "description": "Sistema profissional de gerenciamento multi-sessão WhatsApp com notificações em tempo real.",
  "lang": "pt-BR",
  "dir": "ltr",
  "categories": ["business", "productivity"],
  "start_url": "/",
  "scope": "/",
  "icons": [
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "theme_color": "#141414",
  "background_color": "#141414",
  "display": "standalone",
  "orientation": "any",
  "shortcuts": [
    {
      "name": "Conversas",
      "short_name": "Conversas",
      "description": "Abrir a lista de conversas",
      "url": "/?tab=chats",
      "icons": [{ "src": "/web-app-manifest-192x192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Painel",
      "short_name": "Painel",
      "description": "Abrir o painel principal",
      "url": "/?tab=dashboard",
      "icons": [{ "src": "/web-app-manifest-192x192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Sessões",
      "short_name": "Sessões",
      "description": "Gerenciar as sessões do WhatsApp",
      "url": "/?tab=sessions",
      "icons": [{ "src": "/web-app-manifest-192x192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": [
            "image/*",
            "video/*",
            "audio/*",
            "application/pdf",
            "text/plain",
            ".doc",
            ".docx",
            ".xls",
            ".xlsx",
            ".ppt",
            ".pptx"
          ]
        }
      ]
    }
  }
}