{
  "name": "Leads Edge - Your All-in-One Appointment Engine",
  "short_name": "Leads Edge",
  "description": "Professional lead generation and appointment booking system for real estate agents. Get qualified leads and booked calls without the chase.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0c0c0c",
  "theme_color": "#EFBF04",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-US",
  "categories": ["business", "productivity", "real estate"],
  "icons": [
    {
      "src": "assets/icons/32x32 favicon.svg",
      "sizes": "32x32",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "assets/icons/128x128 favicon.svg",
      "sizes": "128x128",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "assets/icons/192x192 webclip.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "assets/icons/512x512 webclip.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Book Strategy Call",
      "short_name": "Book Call",
      "description": "Book your free strategy call",
      "url": "/?action=book-call",
      "icons": [
        {
          "src": "assets/icons/128x128 favicon.svg",
          "sizes": "128x128"
        }
      ]
    },
    {
      "name": "View Process",
      "short_name": "Process",
      "description": "Learn about our 6-step process",
      "url": "/process.html",
      "icons": [
        {
          "src": "assets/icons/128x128 favicon.svg",
          "sizes": "128x128"
        }
      ]
    },
    {
      "name": "Pricing Plans",
      "short_name": "Pricing",
      "description": "View our pricing plans",
      "url": "/pricing.html",
      "icons": [
        {
          "src": "assets/icons/128x128 favicon.svg",
          "sizes": "128x128"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "assets/images/screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Leads Edge Desktop Experience"
    },
    {
      "src": "assets/images/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Leads Edge Mobile Experience"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
} 