{
  "name": "RealtyMatchPro",
  "short_name": "RealtyMatch",
  "description": "Your agent-buyer real estate portal. Browse properties, schedule tours, and share feedback — all in one place.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "background_color": "#f5f4f0",
  "theme_color": "#1a1a8f",
  "orientation": "portrait-primary",
  "lang": "en",
  "dir": "ltr",
  "categories": ["business", "lifestyle", "productivity"],
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "handle_links": "preferred",
  "scope_extensions": [
    {
      "origin": "https://*.onhercules.app"
    },
    {
      "origin": "https://*.convex.cloud"
    }
  ],
  "icons": [
    {
      "src": "/icon/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Search Properties",
      "short_name": "Search",
      "url": "/search",
      "icons": [
        {
          "src": "/icon/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "My Feed",
      "short_name": "Feed",
      "url": "/feed",
      "icons": [
        {
          "src": "/icon/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Upcoming Tours",
      "short_name": "Tours",
      "url": "/tours",
      "icons": [
        {
          "src": "/icon/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "https://hercules-cdn.com/file_Eq4Ma3OmoFFzrNcRq4IBq5Sa",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Browse and search property listings on mobile"
    },
    {
      "src": "https://hercules-cdn.com/file_eVfuOun3p2gGAqKP41r3Cfbf",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Real estate dashboard with property listings and tours"
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "url": "share"
    }
  },
  "edge_side_panel": {
    "preferred_width": 400
  }
}
