{
  "name": "1KCars.co.uk",
  "short_name": "1KCars",
  "description": "Buy and sell cars under £1,000 in the UK. Free private listings. Verified business sellers.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0F2B48",
  "theme_color": "#0F2B48",
  "lang": "en-GB",
  "scope": "/",
  "categories": ["shopping", "automotive"],
  "icons": [
    {
      "src": "/static/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Browse Cars",
      "short_name": "Browse",
      "url": "/browse",
      "description": "Search all cars under £1,000"
    },
    {
      "name": "List Your Car",
      "short_name": "Sell",
      "url": "/sell",
      "description": "List your car for free"
    },
    {
      "name": "My Account",
      "short_name": "Account",
      "url": "/account",
      "description": "View your listings and messages"
    }
  ]
}
