{
  "id": "/",
  "name": "MultiZap",
  "short_name": "MultiZap",
  "description": "WhatsApp Multi-Tenant SaaS Gateway — chat ao vivo, automação e API.",
  "start_url": "/dashboard?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "any",
  "background_color": "#09090b",
  "theme_color": "#09090b",
  "lang": "pt-BR",
  "dir": "ltr",
  "categories": ["business", "productivity", "communication"],
  "prefer_related_applications": false,
  "icons": [
    { "src": "/favicon.svg?v=14", "sizes": "any", "type": "image/svg+xml", "purpose": "any" },
    { "src": "/icon-72.png?v=14", "sizes": "72x72", "type": "image/png", "purpose": "any" },
    { "src": "/icon-96.png?v=14", "sizes": "96x96", "type": "image/png", "purpose": "any" },
    { "src": "/icon-128.png?v=14", "sizes": "128x128", "type": "image/png", "purpose": "any" },
    { "src": "/icon-144.png?v=14", "sizes": "144x144", "type": "image/png", "purpose": "any" },
    { "src": "/icon-152.png?v=14", "sizes": "152x152", "type": "image/png", "purpose": "any" },
    { "src": "/icon-180.png?v=14", "sizes": "180x180", "type": "image/png", "purpose": "any" },
    { "src": "/icon-192.png?v=14", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-384.png?v=14", "sizes": "384x384", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png?v=14", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-192-maskable.png?v=14", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-512-maskable.png?v=14", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/apple-touch-icon.png?v=14", "sizes": "180x180", "type": "image/png", "purpose": "any" }
  ],
  "shortcuts": [
    {
      "name": "Chat ao vivo",
      "short_name": "Chat",
      "description": "Abrir conversas em tempo real",
      "url": "/dashboard/chat?source=shortcut",
      "icons": [{ "src": "/icon-192.png?v=14", "sizes": "192x192" }]
    },
    {
      "name": "Conectar WhatsApp",
      "short_name": "Conectar",
      "description": "Parear ou reconectar WhatsApp",
      "url": "/dashboard/connect?source=shortcut",
      "icons": [{ "src": "/icon-192.png?v=14", "sizes": "192x192" }]
    },
    {
      "name": "Notificações",
      "short_name": "Alertas",
      "description": "Configurar push e preferências",
      "url": "/dashboard/settings/notifications?source=shortcut",
      "icons": [{ "src": "/icon-192.png?v=14", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/dashboard/chat",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
