chromium/ios/chrome/test/data/policy/pref_mapping/URLAllowlist.json

[
  {
    "os": [
      "ios"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {
          "URLAllowlist": [
            "google.com"
          ]
        },
        "prefs": {
          "policy.url_allowlist": {
            "value": [
              "google.com"
            ]
          }
        }
      }
    ]
  }
]