{
    "name": "la-haute-societe/craft-google-tag-manager",
    "description": "Configure the Google Tag Manager \"Container ID\" from the Craft CMS control panel",
    "type": "craft-plugin",
    "keywords": [
        "craft",
        "cms",
        "craftcms",
        "craft-plugin",
        "google tag manager"
    ],
    "support": {
        "docs": "https://github.com/la-haute-societe/craft-google-tag-manager",
        "issues": "https://github.com/la-haute-societe/craft-google-tag-manager/issues"
    },
    "license": "MIT",
    "authors": [
        {
            "name": "La Haute Société",
            "homepage": "https://www.lahautesociete.com"
        }
    ],
    "require": {
        "craftcms/cms": "^4.0.0"
    },
    "autoload": {
        "psr-4": {
            "lhs\\googletagmanager\\": "src/"
        }
    },
    "extra": {
        "name": "Google Tag Manager",
        "handle": "google-tag-manager",
        "schemaVersion": "1.1.0",
        "hasCpSettings": true,
        "hasCpSection": false,
        "changelogUrl": "https://github.com/la-haute-societe/craft-google-tag-manager/blob/master/CHANGELOG.md",
        "class": "lhs\\googletagmanager\\GoogleTagManager"
    }
}
