{
  "name": "Rental Bazaar UK",
  "short_name": "Rental Bazaar",
  "description": "UK's Premier Vehicle Rental Marketplace - Find PCO licensed vehicles, car rentals, vans, prestige cars and top rental companies across the UK.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1e40af",
  "orientation": "portrait-primary",
  "id": "/",
  "icons": [
    {
      "src": "/icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-1024.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/screenshot-home-narrow.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Home - Browse vehicle categories and find your perfect rental"
    },
    {
      "src": "/screenshots/screenshot-listings-narrow.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Listings - Search and filter vehicles by type, location and price"
    },
    {
      "src": "/screenshots/screenshot-prestige-narrow.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Prestige - Browse luxury and high-end vehicle rentals"
    },
    {
      "src": "/screenshots/screenshot-desktop-wide.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Desktop - Full featured vehicle rental marketplace"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse Vehicles",
      "short_name": "Browse",
      "description": "Browse all available rental vehicles",
      "url": "/listings",
      "icons": [{"src": "/icons/icon-96.png", "sizes": "96x96"}]
    },
    {
      "name": "List Your Vehicle",
      "short_name": "List",
      "description": "List your vehicle for rent",
      "url": "/list-vehicle",
      "icons": [{"src": "/icons/icon-96.png", "sizes": "96x96"}]
    },
    {
      "name": "Prestige",
      "short_name": "Prestige",
      "description": "Browse luxury and prestige vehicles",
      "url": "/prestige",
      "icons": [{"src": "/icons/icon-96.png", "sizes": "96x96"}]
    }
  ],
  "categories": ["auto", "business", "lifestyle"],
  "lang": "en-GB",
  "dir": "ltr",
  "prefer_related_applications": true,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=uk.rentalbazaar.twa",
      "id": "uk.rentalbazaar.twa"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/rental-bazaar-uk/id000000000"
    }
  ],
  "iarc_rating_id": "",
  "display_override": ["standalone", "minimal-ui"],
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "scope_extensions": [
    { "origin": "https://www.rentalbazaaruk.com" },
    { "origin": "https://rentalbazaaruk.com" }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+rentalbazaar",
      "url": "/listings?ref=%s"
    }
  ],
  "share_target": {
    "action": "/list-vehicle",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "description",
      "url": "url"
    }
  },
  "edge_side_panel": {
    "preferred_width": 400
  }
}
