Created
February 13, 2025 05:32
-
-
Save opragel/b28af765c368291441a61b067a99417e to your computer and use it in GitHub Desktop.
App Defaults - Chrome (Enable Experiemental Policies).mobileconfig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>PayloadContent</key> | |
<array> | |
<dict> | |
<key>EnableExperimentalPolicies</key> | |
<false/> | |
<key>PayloadDescription</key> | |
<string>Google Chrome Settings</string> | |
<key>PayloadDisplayName</key> | |
<string>Google Chrome App Defaults</string> | |
<key>PayloadEnabled</key> | |
<true/> | |
<key>PayloadIdentifier</key> | |
<string>com.google.Chrome.1FCB424D-008B-4FE6-9AD8-B69EE56E7F94</string> | |
<key>PayloadOrganization</key> | |
<string>Contoso Inc</string> | |
<key>PayloadType</key> | |
<string>com.google.Chrome</string> | |
<key>PayloadUUID</key> | |
<string>1FCB424D-008B-4FE6-9AD8-B69EE56E7F94</string> | |
<key>PayloadVersion</key> | |
<integer>1</integer> | |
</dict> | |
</array> | |
<key>PayloadDisplayName</key> | |
<string>App Defaults - Chrome</string> | |
<key>PayloadIdentifier</key> | |
<string>org.contoso.chrome.8123E326-94EA-4AAC-A485-876ED24A6808</string> | |
<key>PayloadOrganization</key> | |
<string>Contoso Inc</string> | |
<key>PayloadRemovalDisallowed</key> | |
<true/> | |
<key>PayloadScope</key> | |
<string>System</string> | |
<key>PayloadType</key> | |
<string>Configuration</string> | |
<key>PayloadUUID</key> | |
<string>8123E326-94EA-4AAC-A485-876ED24A6808</string> | |
<key>PayloadVersion</key> | |
<integer>1</integer> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment