{
  "name": "Lanka Auto - Buy & Sell Vehicles",
  "short_name": "Lanka Auto",
  "description": "Sri Lanka's #1 vehicle and auto parts marketplace",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#10b981",
  "background_color": "#ffffff",
  "icons": [
    {
      "src": "/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["shopping", "business"],
  "screenshots": [
    {
      "src": "/images/screenshot-1.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/images/screenshot-2.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse Cars",
      "short_name": "Cars",
      "description": "Browse all cars for sale in Sri Lanka",
      "url": "/search?type=Car",
      "icons": [
        {
          "src": "/images/icon-car.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Sell Your Vehicle",
      "short_name": "Sell",
      "description": "Post your vehicle for sale",
      "url": "/sell",
      "icons": [
        {
          "src": "/images/icon-sell.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
