chromium-browser-stable-test/master_preferences.json

37 lines
942 B
JSON
Raw Normal View History

2012-07-24 16:01:58 +04:00
{
"distribution": {
"skip_first_run_ui": true,
"import_bookmarks_from_file": "/etc/chromium-browser/default_bookmarks.html",
"alternate_shortcut_text": false,
"oem_bubble": true,
"chrome_shortcut_icon_index": 0,
"create_all_shortcuts": true,
2017-11-07 23:28:57 +03:00
"show_welcome_page": false,
2012-07-24 16:01:58 +04:00
"make_chrome_default": false,
"make_chrome_default_for_user": false,
"system_level": false,
"verbose_logging": false
},
"download": {
"extensions_to_open": "ymp"
},
"browser": {
"show_home_button": true,
"check_default_browser": false
},
2017-11-02 14:00:38 +03:00
"session" : {
"restore_on_startup" : 4,
2017-11-07 23:28:57 +03:00
"startup_urls" : [
2017-11-02 14:00:38 +03:00
"file:///usr/share/doc/HTML/index.html"
]
},
2012-07-24 16:01:58 +04:00
"bookmark_bar": {
"show_on_all_tabs": true
},
"first_run_tabs": [
2019-05-23 05:29:06 +03:00
"file:///usr/share/doc/HTML/first_startup.html"
2012-07-24 16:01:58 +04:00
],
2012-09-20 22:34:54 +04:00
"homepage": "file:///usr/share/doc/HTML/index.html",
2012-07-24 16:01:58 +04:00
"homepage_is_newtabpage": false
}