| [ | |
| { | |
| "os": [ | |
| "win", | |
| "linux", | |
| "mac", | |
| "chromeos", | |
| "fuchsia" | |
| ], | |
| "policy_pref_mapping_tests": [ | |
| { | |
| "policies": { | |
| "WindowManagementAllowedForUrls": [ | |
| "[*.]google.com", | |
| "http://example.com:1234" | |
| ] | |
| }, | |
| "prefs": { | |
| "profile.managed_window_management_allowed_for_urls": { | |
| "value": [ | |
| "[*.]google.com", | |
| "http://example.com:1234" | |
| ] | |
| } | |
| } | |
| } | |
| ] | |
| } | |
| ] |