{
  "name": "Central de Atendimento",
  "short_name": "Central",
  "description": "Central de atendimento WhatsApp + Webchat",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#1d4ed8",
  "icons": [
    { "src": "/static/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml", "purpose": "any" },
    { "src": "/static/icon-512.svg", "sizes": "512x512", "type": "image/svg+xml", "purpose": "any maskable" }
  ],
  "shortcuts": [
    { "name": "Atendimento",  "url": "/" },
    { "name": "Tickets",      "url": "/tickets" },
    { "name": "Contatos",     "url": "/contacts" },
    { "name": "Supervisor",   "url": "/supervisor" }
  ]
}
