The master_preferences is working on a Windows XP but I can't get it to work on Windows 7 64bit. It does not run any part of it. I placed it in C:\Program Files (x86)\Google\Chrome\Application. Below are the contents of the file. What am I missing?
{
"homepage" : "
http://www.google.com",
"homepage_is_newtabpage" : false,
"browser" : {
"show_home_button" : true,
"check_default_browser" : false
},
"session" : {
"restore_on_startup" : 4,
"urls_to_restore_on_startup" : [
"
http://www.google.com"
]
},
"bookmark_bar" : {
"show_on_all_tabs" : true
},
"distribution" : {
"skip_first_run_ui" : true,
"show_welcome_page" : false,
"import_search_engine" : false,
"import_history" : false,
"import_home_page": true,
"create_all_shortcuts" : true,
"do_not_launch_chrome" : true,
"make_chrome_default" : false
},
"sync_promo" : {
"user_skipped" : true
},
"first_run_tabs" : [
"
http://www.google.com",
"new_tab_page"
]
}