Skip to content

Instantly share code, notes, and snippets.

@timsutton
Created May 13, 2013 17:24
Show Gist options
  • Save timsutton/5569932 to your computer and use it in GitHub Desktop.
Save timsutton/5569932 to your computer and use it in GitHub Desktop.
Google Chrome Master Preferences
{
"bookmark_bar": {
"show_on_all_tabs": true
},
"browser": {
"check_default_browser": false,
"show_update_promotion_info_bar": false,
"show_home_button" : true
},
"distribution": {
"import_bookmarks": false,
"import_bookmarks_from_file": "/Library/Google/chrome_bookmarks.html",
"make_chrome_default": false,
"show_welcome_page": false,
"skip_first_run_ui": true
},
"first_run_tabs":["http://my.org"],
"homepage": "my.org",
"homepage_is_newtabpage": false,
"sync_promo": {
"user_skipped": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment