{
  "policies": {
    "ExtensionSettings": {
      "osprey@foulest.net": {
        "installation_mode": "force_installed",
        "install_url": "https://addons.mozilla.org/firefox/downloads/latest/osprey-browser-protection/latest.xpi"
      }
    },
    "3rdparty": {
      "Extensions": {
        "osprey@foulest.net": {
          "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
              }
            }
          }
        }
      }
    }
  }
}
