{
  "3rdparty": {
    "extensions": {
      "nopglhplnghfhpniofkcopmhbjdonlgn": {
        "LockProviderSettings": true,
        "HideProviderControls": true,
        "LockUserAllowlist": true,
        "DisableSettingsReset": true,
        "DisableThirdPartyProviders": true,
        "DisableUserAllowlist": true,
        "HideWarningProceedButton": true,
        "HideWarningReportButton": false,
        "CacheExpirationSeconds": 604800,
        "ManagedAllowlist": [
          "intranet.example.com",
          "*.corp.example.com"
        ],
        "ManagedBlocklist": [
          "*.known-bad.example",
          "phish.example/login"
        ],
        "ProxyBaseUrl": "https://osprey.msp.example",
        "ProxyApiKey": "REPLACE-WITH-TENANT-KEY",
        "DeviceTag": "REPLACE-WITH-ENDPOINT-ID",
        "SiteId": "REPLACE-WITH-CLIENT-ID",
        "ManagedConfigUrl": "https://config.msp.example/clients/acme/osprey.json",
        "ReportingEndpoint": "https://reporting.msp.example/osprey",
        "ReportingAuthToken": "REPLACE-WITH-REPORTING-TOKEN",
        "BrandName": "Example MSP Web Protection",
        "BrandLogoUrl": "https://cdn.msp.example/logo.png",
        "SupportUrl": "https://help.msp.example",
        "SupportEmail": "support@msp.example",
        "CustomWarningMessage": "This site was blocked by Example MSP. Contact the help desk if you need access.",
        "ManagedProviderSettings": {
          "alphamountain": {
            "bypassBlockingThreshold": false,
            "requestTimeoutMs": 8000,
            "blockCategories": {
              "suspicious": true,
              "newly_registered": true
            }
          }
        }
      }
    }
  }
}
