{
  "name": "List It — Homes & Rentals in Ontario",
  "short_name": "List It",
  "description": "Browse homes and rentals across Ontario, save favourites, message sellers and landlords, and list your own property for free — List It Realty Brokerage Inc.",
  "id": "/app",
  "start_url": "/?source=app",
  "scope": "/",
  "display": "standalone",
  "launch_handler": { "client_mode": "navigate-existing" },
  "background_color": "#ffffff",
  "theme_color": "#0b0b0c",
  "orientation": "portrait",
  "categories": ["business", "lifestyle", "shopping"],
  "icons": [
    { "src": "/images/app-icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/images/app-icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/images/app-icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Search listings", "short_name": "Search", "url": "/listings?source=app", "icons": [{ "src": "/images/app-icon-192.png", "sizes": "192x192" }] },
    { "name": "Saved homes", "short_name": "Saved", "url": "/saved?source=app", "icons": [{ "src": "/images/app-icon-192.png", "sizes": "192x192" }] },
    { "name": "Messages", "short_name": "Messages", "url": "/messages?source=app", "icons": [{ "src": "/images/app-icon-192.png", "sizes": "192x192" }] },
    { "name": "List your home free", "short_name": "List free", "url": "/list-your-property?source=app", "icons": [{ "src": "/images/app-icon-192.png", "sizes": "192x192" }] }
  ]
}
