Good Morning,
I am trying to get Google Chrome Master Preferences in place. I have created the necessary file and placed it in /Library/Google/ and Chrome fails to recognize it. I made sure the file is in plain text format. Here is my file:
{
 "homepage": "http://www.mysite.org",
 "homepage_is_newtabpage": false,
 "browser": {
  "show_home_button": true,
"check_default_browser" : false
 },
 "session" : {
  "restore_on_startup": 4,
  "startup_urls": [
   "http://www.mysite.org"
 ]
},
 "bookmark_bar": {
  "show_on_all_tabs": true
 },
 "sync_promo": {
  "show_on_first_run_allowed": false
 },
 "distribution": {
  "ping_delay": 60,
  "suppress_first_run_bubble": true,
  "do_not_create_desktop_shortcut": true,
  "do_not_create_quick_launch_shortcut": true,
  "do_not_launch_chrome": true,
  "do_not_register_for_update_launch": true,
  "make_chrome_default": false,
  "make_chrome_default_for_user": false,
  "suppress_first_run_default_browser_prompt": true,
  "system_level": false,
  "verbose_logging": false
}