{
  "name": "HomeStar Real Estate",
  "short_name": "HomeStar",
  "description": "White-label property search platform for real estate brokerages.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#f59e0b",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": [
    "lifestyle",
    "business"
  ],
  "shortcuts": [
    {
      "name": "Search Properties",
      "short_name": "Search",
      "description": "Search for properties",
      "url": "/search",
      "icons": [
        {
          "src": "/icons/search-96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "View Favorites",
      "short_name": "Favorites",
      "description": "View your saved properties",
      "url": "/favorites",
      "icons": [
        {
          "src": "/icons/heart-96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Map View",
      "short_name": "Map",
      "description": "Explore properties on map",
      "url": "/map",
      "icons": [
        {
          "src": "/icons/map-96.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/search-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Property Search"
    },
    {
      "src": "/screenshots/search-narrow.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Property Search on Mobile"
    }
  ]
}