{
    "name": "mkl/custom-theme-overwrites",
    "description": "Custom theme overwrites for MKL Webshop",
    "version": "1.0.0",
    "type": "shopware-platform-plugin",
    "license": "MIT",
    "autoload": {
        "psr-4": {
            "CustomThemeOverwrites\\": "src/"
        }
    },
    "extra": {
        "shopware-plugin-class": "CustomThemeOverwrites\\CustomThemeOverwrites",
        "label": {
            "de-DE": "Custom Theme Overwrites",
            "en-GB": "Custom Theme Overwrites"
        }
    }
} 