{
  "name": "LeadLens",
  "short_name": "LeadLens",
  "description": "Scan trade show badges, enrich contact details, and export clean leads for follow-up.",
  "id": "/?source=pwa",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "background_color": "#FFFFFF",
  "theme_color": "#FFFFFF",
  "orientation": "portrait",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/scan.png",
      "sizes": "866x1888",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Scan a conference badge"
    },
    {
      "src": "/screenshots/enrich.png",
      "sizes": "854x1874",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Review enriched contact details"
    },
    {
      "src": "/screenshots/export.png",
      "sizes": "798x1870",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Export contacts for follow-up"
    }
  ],
  "shortcuts": [
    {
      "name": "Scan",
      "short_name": "Scan",
      "description": "Open LeadLens scanning tools.",
      "url": "/dashboard?ll-view=scan",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Open your LeadLens workspace.",
      "url": "/dashboard?ll-view=auto",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Pricing",
      "short_name": "Pricing",
      "description": "Review LeadLens plans.",
      "url": "/#pricing",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
