{
    "name": "AllCars — Find Your Perfect Car",
    "short_name": "AllCars",
    "description": "Browse and sell used cars with trusted UK sellers.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#ffffff",
    "theme_color": "#0d6efd",
    "lang": "en-GB",
    "categories": ["shopping", "automotive"],
    "icons": [
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [],
    "shortcuts": [
        {
            "name": "Browse Cars",
            "url": "/cars",
            "description": "Browse all available cars"
        },
        {
            "name": "Sell a Car",
            "url": "/sell",
            "description": "Create a new listing"
        },
        {
            "name": "My Listings",
            "url": "/my-listings",
            "description": "Manage your listings"
        }
    ]
}
