{
    "install": {
        "description": "Installing xovi plugin for cPanel internal users on all supported versions.",
        "condition": {
            "and": [
                "company-id",
                [
                    7,    // cPanel, L.L.C.
                    2869, // Siteocity
                    4393  // Plesk Testing
                ],
                "not",
                {
                    "dns-only": true
                },
                "compare-version",
                {
                    "operator": ">=",
                    "version": "11.118"
                }
            ]
        }
    },
    "uninstall": {
        "description": "Uninstalling xovi plugin for cPanel internal users on all supported versions."
    }
}
