{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "name": "Auto24 — Car Marketplace",
  "short_name": "Auto24",
  "description": "Buy and sell cars in Estonia and the Baltics. Thousands of listings updated daily.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#1a56db",
  "background_color": "#ffffff",
  "lang": "en",
  "dir": "ltr",
  "categories": ["shopping", "automotive"],
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/icons/apple-touch-icon.svg",
      "sizes": "180x180",
      "type": "image/svg+xml"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Browse Cars",
      "short_name": "Browse",
      "url": "/listings",
      "description": "Browse all available cars"
    },
    {
      "name": "Sell My Car",
      "short_name": "Sell",
      "url": "/publish",
      "description": "List your car for sale"
    },
    {
      "name": "My Favourites",
      "short_name": "Saved",
      "url": "/account/favorites",
      "description": "View your saved listings"
    }
  ]
}
