Google Chrome

From AFP548 Wiki
Jump to navigation Jump to search


How to package Google Chrome with Default Settings for All Users

  1. Following the URL above, create your master_preferences file with appropriate settings and place it the following location :
   /Applications/Google Chrome.app/Contents/MacOS/

Note: The master_preferences will only take effect if the user is running Chrome for the first time. To force use, wipe out ~/Library/Application Support/Google from all user profiles.


  • Sample master_preferences
{	
"homepage" : "http://www.domain.edu",	
"homepage_is_newtabpage" : false,	
"alternate_error_pages": {                "enabled": false        },   	"autofill": {      		"auxiliary_profiles_enabled": true,      		"enabled": false   	},	"browser" : {		"show_home_button" : true,		"check_default_browser" : false	},	"bookmark_bar" : {		"show_on_all_tabs" : false	},	"distribution" : {		"skip_first_run_ui" : true,		"show_welcome_page" : false,		"import_search_engine" : false,		"import_history" : false,		"create_all_shortcuts" : false,		"do_not_launch_chrome" : true,		"make_chrome_default" : false	},        "profile": {       	 "content_settings": {         "patterns": {            "[*.]domain.edu": {               "popups": 1            }         },         "pref_version": 1        },        "exited_cleanly": true       },       "search": {         "suggest_enabled": false       }}