{
  "name": "ProSearch",
  "short_name": "ProSearch",
  "description": "Isle of Man Property Rentals & Commercial Sales",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#cb444a",
  "icons": [
    {
      "src": "/static/images/favicon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/images/favicon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Rentals",
      "short_name": "Rentals",
      "description": "View residential properties to rent",
      "url": "/properties/rental",
      "icons": [{ "src": "/static/images/favicon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Commercial",
      "short_name": "Commercial",
      "description": "View commercial properties",
      "url": "/properties/commercial",
      "icons": [{ "src": "/static/images/favicon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Contact Us",
      "short_name": "Contact",
      "description": "Get in touch with ProSearch",
      "url": "/contact",
      "icons": [{ "src": "/static/images/favicon-192x192.png", "sizes": "192x192" }]
    }
  ]
}
