{
    "name": "sellops/ultimate-cart",
    "description": "SellopsUltimateCart – Advanced modular offcanvas cart for Shopware 6",
    "type": "shopware-platform-plugin",
    "license": "proprietary",
    "version": "1.0.0",
    "authors": [
        {
            "name": "Seller Operations GmbH",
            "email": "account@pinewire.de"
        }
    ],
    "require": {
        "shopware/core": "~6.5.0 || ~6.6.0 || ~6.7.0"
    },
    "autoload": {
        "psr-4": {
            "Sellops\\UltimateCart\\": "src/"
        }
    },
    "extra": {
        "shopware-plugin-class": "Sellops\\UltimateCart\\SellopsUltimateCart",
        "label": {
            "de-DE": "Sellops Ultimate Cart",
            "en-GB": "Sellops Ultimate Cart"
        },
        "description": {
            "de-DE": "Modularer Offcanvas-Warenkorb mit Cross-Selling, Fortschrittsbalken, Vertrauenselementen und mehr.",
            "en-GB": "Modular offcanvas cart with cross-selling, progress bar, trust elements and more."
        }
    }
}
