Skip to content

Instantly share code, notes, and snippets.

@edingc
Created July 12, 2012 18:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edingc/3100118 to your computer and use it in GitHub Desktop.
Save edingc/3100118 to your computer and use it in GitHub Desktop.
Google Chrome Master Preferences file for Enterprise Deployment
{
"homepage" : "http://www.codyeding.com",
"homepage_is_newtabpage" : false,
"browser" : {
"show_home_button" : true,
"check_default_browser" : false,
"show_update_promotion_info_bar" : false
},
"session" : {
"restore_on_startup" : 4,
"urls_to_restore_on_startup" : [
"http://www.codyeding.com"
]
},
"bookmark_bar" : {
"show_on_all_tabs" : true
},
"distribution" : {
"skip_first_run_ui" : true,
"show_welcome_page" : false,
"make_chrome_default" : false
},
"sync_promo" : {
"user_skipped" : true
},
"first_run_tabs" : [
"http://www.codyeding.com"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment