{
  "name": "OFFMARKET Platform",
  "short_name": "OFFMARKET",
  "description": "Professional car valuation and selling platform - Get the best price for your vehicle",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FFFFFF",
  "theme_color": "#227D71",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["automotive", "business", "finance"],
  "icons": [
    {
      "src": "/images/Logo_main.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/Logo_main.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/images/hero_rec.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "OFFMARKET Platform Homepage"
    },
    {
      "src": "/images/car-front.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile View - Vehicle Valuation"
    }
  ],
  "shortcuts": [
    {
      "name": "Get Vehicle Valuation",
      "short_name": "Valuation",
      "description": "Start the vehicle valuation process",
      "url": "/enquiry",
      "icons": [
        {
          "src": "/images/Logo_main.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "View News & Updates",
      "short_name": "News",
      "description": "Read latest automotive news and updates",
      "url": "/news",
      "icons": [
        {
          "src": "/images/Logo_main.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
} 