mabox-browser-settings/chrome/master_preferences

30 lines
617 B
Plaintext
Raw Normal View History

2016-12-19 09:57:05 +01:00
{
2017-01-31 14:22:53 +01:00
"homepage" : "http://321start.org",
2016-12-19 09:57:05 +01:00
"homepage_is_newtabpage" : true,
"browser" : {
"show_home_button" : true
},
"session" : {
"restore_on_startup" : 4,
"startup_urls" : [
2017-01-31 14:22:53 +01:00
"http://321start.org"
2016-12-19 09:57:05 +01:00
]
},
"distribution": {
"import_bookmarks": false,
"import_bookmarks_from_file": "/usr/lib/chromium/bookmarks.html",
"skip_first_run_ui": true
},
"bookmark_bar" : {
"show_on_all_tabs" : true
},
"sync_promo" : {
"show_on_first_run_allowed": false
},
"first_run_tabs" : [
2017-01-31 14:22:53 +01:00
"http://321start.org",
2016-12-19 09:57:05 +01:00
"welcome_page",
"new_tab_page"
]
}