{
  "id": "/",
  "name": "CriaHub ADS",
  "short_name": "CriaHub",
  "description": "Gestão de tráfego pago — centralize clientes, campanhas e métricas em tempo real.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "window-controls-overlay"],
  "orientation": "portrait",
  "background_color": "#0F172A",
  "theme_color": "#0F172A",
  "lang": "pt-BR",
  "dir": "ltr",
  "categories": ["business", "productivity", "social"],
  "prefer_related_applications": false,
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "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-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/apple-touch-icon.png", "sizes": "180x180", "type": "image/png", "purpose": "any" }
  ],
  "screenshots": [
    {
      "src": "/screenshots/desktop-1.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Dashboard CriaHub ADS"
    },
    {
      "src": "/screenshots/mobile-1.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "CriaHub ADS no celular"
    }
  ],
  "shortcuts": [
    { "name": "WhatsApp Inbox", "short_name": "Inbox", "url": "/whatsapp/inbox", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] }
  ],
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "edge_side_panel": {
    "preferred_width": 480
  },
  "protocol_handlers": [
    { "protocol": "web+criahub", "url": "/?handler=%s" }
  ],
  "file_handlers": [
    {
      "action": "/import",
      "accept": {
        "text/csv": [".csv"],
        "application/json": [".json"]
      }
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://criahubads.lovable.app/manifest.json"
    }
  ],
  "scope_extensions": [
    { "origin": "https://criahubads.lovable.app" }
  ],
  "note_taking": {
    "new_note_url": "/notes/new"
  },
  "widgets": [
    {
      "name": "Resumo CriaHub",
      "short_name": "Resumo",
      "description": "Resumo rápido de métricas.",
      "tag": "criahub-summary",
      "ms_ac_template": "/widgets/summary.json",
      "data": "/widgets/summary-data.json",
      "screenshots": [
        { "src": "/screenshots/desktop-1.png", "sizes": "600x400", "label": "Resumo" }
      ],
      "icons": [
        { "src": "/icon-192.png", "sizes": "192x192" }
      ]
    }
  ]
}
