{
  "name": "MotorBoard",
  "short_name": "MotorBoard",
  "description": "UK vehicle classifieds — buy and sell cars, motorbikes, vans, motorhomes and classic cars",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0a0a0a",
  "theme_color": "#e63312",
  "scope": "/",
  "lang": "en-GB",
  "categories": ["shopping", "automotive"],
  "icons": [
    {
      "src": "/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/img/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse Vehicles",
      "short_name": "Browse",
      "description": "Search cars, motorbikes and more",
      "url": "/buy",
      "icons": [{ "src": "/img/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Sell a Vehicle",
      "short_name": "Sell",
      "description": "List your vehicle for sale",
      "url": "/sell",
      "icons": [{ "src": "/img/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": []
}
