Skip to content

Instantly share code, notes, and snippets.

@apizz
Created January 15, 2019 00:24
Show Gist options
  • Save apizz/c2424fc4aa1458ea260da722dbab709d to your computer and use it in GitHub Desktop.
Save apizz/c2424fc4aa1458ea260da722dbab709d to your computer and use it in GitHub Desktop.
Template /Library/Preferences.com.google.Chrome.plist file
<?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>BookmarkBarEnabled</key>
<true/>
<key>HomepageIsNewTabPage</key>
<false/>
<key>HomepageLocation</key>
<string>https://yourhomepage.com</string>
<key>NSNavPanelExpandedStateForSaveMode</key>
<true/>
<key>PMPrintingExpandedStateForPrint2</key>
<true/>
<key>RestoreOnStartup</key>
<integer>1</integer>
<key>ShowHomeButton</key>
<true/>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment