{
  "name": "AI Williams Solutions - Real Estate Marketplace",
  "short_name": "AI Williams",
  "id": "aiwilliamssolutions",
  "description": "Browse and sell land and homes across all 50 states. List free, make offers, and close deals with a simple $9.99/month subscription. 3-day free trial included.",
  "start_url": "/?homescreen=1",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui", "browser"],
  "orientation": "portrait",
  "theme_color": "#080f09",
  "background_color": "#080f09",
  "dir": "ltr",
  "lang": "en",
  "categories": ["lifestyle", "business", "finance"],
  "iarc_rating_id": "e58c174a-81d2-5c3c-32cc-34b8de4a52e9",
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://www.aiwilliamssolutions.com/manifest.json"
    }
  ],
  "scope_extensions": [
    { "origin": "https://www.aiwilliamssolutions.com" },
    { "origin": "https://aiwilliamssolutions.com" }
  ],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": ["focus-existing", "auto"]
  },
  "file_handlers": [
    {
      "action": "/view-listing",
      "accept": {
        "application/json": [".json"]
      }
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "mailto",
      "url": "/contact?email=%s"
    }
  ],
  "share_target": {
    "action": "/share-property",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "shortcuts": [
    {
      "name": "Browse Land",
      "short_name": "Land",
      "url": "/",
      "description": "Browse land listings across all 50 states"
    },
    {
      "name": "Browse Homes",
      "short_name": "Homes",
      "url": "/homes",
      "description": "Browse home listings across all 50 states"
    },
    {
      "name": "List Property",
      "short_name": "List",
      "url": "/list-land",
      "description": "List your land or home for free"
    }
  ],
  "icons": [
    {
      "src": "/static/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/static/screenshot-1-land-browse.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Browse Land Listings"
    },
    {
      "src": "/static/screenshot-2-homes.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Browse Home Listings"
    },
    {
      "src": "/static/screenshot-3-list.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "List Your Property Free"
    },
    {
      "src": "/static/screenshot-4-desktop-wide.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "AI Williams Solutions Desktop View"
    }
  ]
}
