-
-
Save matthewbodaly/b5524bbf35d5d58b66b27dafa1654511 to your computer and use it in GitHub Desktop.
o-chrome.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>PayloadContent</key> | |
<dict> | |
<key>com.google.Chrome</key> | |
<dict> | |
<key>Forced</key> | |
<array> | |
<dict> | |
<key>mcx_preference_settings</key> | |
<dict> | |
<key>AutoFillEnabled</key> | |
<false/> | |
<key>DefaultBrowserSettingEnabled</key> | |
<false/> | |
<key>DefaultNotificationsSetting</key> | |
<integer>2</integer> | |
<key>ExtensionInstallBlacklist</key> | |
<array> | |
<string>*</string> | |
</array> | |
<key>HideWebStorePromo</key> | |
<true/> | |
<key>HomepageIsNewTabPage</key> | |
<false/> | |
<key>HomepageLocation</key> | |
<string>https://contoso.com</string> | |
<key>ImportAutofillFormData</key> | |
<false/> | |
<key>ImportBookmarks</key> | |
<false/> | |
<key>ImportHistory</key> | |
<false/> | |
<key>ImportHomepage</key> | |
<false/> | |
<key>ImportSavedPasswords</key> | |
<false/> | |
<key>ImportSearchEngine</key> | |
<false/> | |
<key>PasswordManagerEnabled</key> | |
<false/> | |
<key>RestoreOnStartup</key> | |
<integer>4</integer> | |
<key>RestoreOnStartupURLs</key> | |
<array> | |
<string>https://www.contoso.com/</string> | |
</array> | |
<key>RestrictSigninToPattern</key> | |
<string>*@contoso.com</string> | |
<key>SyncDisabled</key> | |
<false/> | |
</dict> | |
</dict> | |
</array> | |
</dict> | |
</dict> | |
<key>PayloadDisplayName</key> | |
<string>Custom: (com.google.Chrome)</string> | |
<key>PayloadEnabled</key> | |
<true/> | |
<key>PayloadIdentifier</key> | |
<string>com.apple.ManagedClient.preferences.3377ead0-2310-0131-32ec-000c2944c108</string> | |
<key>PayloadType</key> | |
<string>com.apple.ManagedClient.preferences</string> | |
<key>PayloadUUID</key> | |
<string>3377ead0-2310-0131-32ec-000c2944c108</string> | |
<key>PayloadVersion</key> | |
<integer>1</integer> | |
</dict> | |
</array> | |
<key>PayloadDisplayName</key> | |
<string>App Defaults - Chrome</string> | |
<key>PayloadIdentifier</key> | |
<string>contoso.profile.chrome</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>1CF51CFE-229E-4109-ABFC-7DA960CF23F0</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