chromium/components/policy/test/data/pref_mapping/WebPrintingAllowedForUrls.json

[
  {
    "os": [
      "chromeos_ash",
      "chromeos_lacros"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "profile.managed_web_printing_allowed_for_urls": {
            "default_value": []
          }
        }
      },
      {
        "policies": {
          "WebPrintingAllowedForUrls": [
            "[*.]google.com",
            "http://example.com:1234"
          ]
        },
        "prefs": {
          "profile.managed_web_printing_allowed_for_urls": {
            "value": [
              "[*.]google.com",
              "http://example.com:1234"
            ]
          }
        }
      }
    ]
  }
]