{
    "name": "brandcrock/aquatheme",
    "description": "AquaTheme for Shopware 6",
    "type": "shopware-platform-plugin",
    "license": "proprietary",
    "version": "v3.0.4",
    "authors": [{
        "name": "BrandCrock GmbH",
        "homepage": "http://www.brandcrock.com/",
        "email": "info@brandcrock.com",
        "role": "Manufacturer"
    }],
    "require": {
        "shopware/core": "^6.7",
        "shopware/storefront": "^6.7"
    },
    "autoload": {
        "psr-4": {
            "BrandCrockAquaTheme\\": "src/"
        }
    },
    "extra": {
        "shopware-plugin-class": "BrandCrockAquaTheme\\BrandCrockAquaTheme",
        "label": {
            "de-DE": "AquaTheme - Reaktionsfähiges  Theme",
            "en-GB": "AquaTheme - Responsive Theme"
        },
        "description": {
            "de-DE": "AquaTheme für Shopware 6 Völlig kostenlos.",
            "en-GB": "AquaTheme for Shopware 6 Fully free."
        },
        "manufacturerLink": {
            "de-DE": "http://www.brandcrock.com/",
            "en-GB": "http://www.brandcrock.com/"
        },
        "supportLink": {
            "de-DE": "http://www.brandcrock.com/",
            "en-GB": "http://www.brandcrock.com/"
        },
        "plugin-icon": "src/Resources/config/plugin.png",
        "copyright": "(c) BrandCrock.com"
    }
}