{
    "install": {
        "description": "Installing socialbee plugin for cPanel internal users on all supported versions.",
        "condition": {
            "or": [
                "and",
                [
                    "company-id",
                    [
                        7,    // cPanel, L.L.C.
                        135,  // Web Host Pro
                        240,  // HostDime Inc
                        251,  // Leaseweb
                        265,  // cPanel Direct
                        336,  // The Constant Company, LLC
                        405,  // Shinjiru International Inc
                        425,  // SoftLayer Technologies, Inc.
                        481,  // Afrihost SP Pty Ltd
                        532,  // Host4u Limited
                        597,  // OVH
                        685,  // TVCNet
                        713,  // PA VietNam
                        758,  // WorldStream
                        850,  // ODS Jsc.
                        898,  // ANS
                        1162, // Hetzner Online GmbH
                        1226, // CtrlS Datacenters Ltd.
                        1326, // phoenixNAP Global IT Services
                        1606, // Web Hosting Canada
                        1702, // WHMCS
                        1931, // Hawk Host Inc.
                        1967, // Jogjacamp
                        2071, // PT Infinys System Indonesia
                        2221, // ZNet Technologies Private Limited
                        2463, // MilesWeb.com
                        2725, // IBEE Solutions Pvt Ltd
                        2869, // Siteocity
                        2959, // Nexeon Technologies, Inc
                        2987, // PT Biznet Gio Nusantara
                        3141, // Plesk
                        3893, // SKSA Technology Sdn Bhd
                        4371, // ServerWala InfraNet FZ-LLC
                        4393, // Plesk Testing
                        4461, // CLOUD RAIN (HONG KONG) LIMITED
                        5337, // cPanel App Platform Test account
                        5767, // ESDS Software Solution Limited
                        5803, // SaiNet Corporation
                        5839, // NameHero, LLC
                        6043, // CPWeb Solutions Pte.Ltd.
                        6387  // UpTime Web Hosting Pty Ltd.
                    ],
                    "not",
                    {
                        "dns-only": true
                    },
                    "compare-version",
                    {
                        "operator": ">=",
                        "version": "11.118"
                    },
                    "compare-version",
                    {
                        "operator": "<=",
                        "version": "11.124"
                    }
                ],
                "and",
                {
                    "compare-version": {
                        "operator": ">=",
                        "version": "11.126"
                    },
                    "not": [
                        "dns-only", true,
                        "company-id",
                        [
                            2459 // KnownHost
                        ]
                    ]
                }
            ]
        }
    },
    "uninstall": {
        "description": "Uninstalling socialbee plugin for cPanel internal users on all supported versions."
    }
}
