Skip to main content

Set Google Chrome as the default browser for macOS in Jamf Pro

Use this article to deploy settings from Jamf Pro to make Google Chrome the default internet browser.

Updated over a month ago

Description

We can use a profile in Jamf Pro to make Google Chrome the default browser on managed computers.

  • Option 1: Create a custom configuration profile leveraging the Application and Custom Settings payload

  • Option 2: Create a profile in iMazing, sign the profile and upload it to Jamf Pro


Using the Jamf Pro Applications and Custom Settings Payload

  1. In Jamf Pro, go to Computers > Configuration Profiles and click New.

  2. On the general payload:

    1. Give the profile a name

    2. Fill in a description

  3. Click on the Application & Custom Settings payload and select Upload.

  4. In the Preference Domain field, input com.google.chrome.

  5. In the Property List window, add the following:

    <?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>DefaultBrowserSettingEnabled</key>
    <true/>
    </dict>
    </plist>

  6. Click Scope and add a test computer or test computer group to the scope.

  7. Click Save.

Using iMazing Profile Editor

Configure the Google Chrome payload for macOS in iMazing.

  1. Download iMazing Profile Editor if you do not have it already: https://imazing.com/profile-editor

  2. In iMazing Profile Editor, search for the Google Chrome payload, select macOS and click Add payload.

  3. On the General tab, check the box to enable Set Google Chrome as Default Browser.

  4. Look through the rest of the settings in iMazing to confirm what you want configured.

  5. Save the profile.


Did this answer your question?