-
Notifications
You must be signed in to change notification settings - Fork 0
/
Chrome.json
45 lines (45 loc) · 1.42 KB
/
Chrome.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"bookmark_bar": {
"show_on_all_tabs": true
},
"browser": {
"check_default_browser": false,
"show_home_button": true
},
"distribution": {
"allow_downgrade": false,
"auto_launch_chrome": false,
"create_all_shortcuts": false,
"do_not_create_any_shortcuts": true,
"do_not_create_desktop_shortcut": true,
"do_not_create_quick_launch_shortcut": true,
"do_not_create_taskbar_shortcut": true,
"do_not_launch_chrome": true,
"do_not_register_for_update_launch": true,
"import_bookmarks": true,
"import_bookmarks_from_file": "bookmarks.html",
"import_history": true,
"import_home_page": true,
"import_search_engine": true,
"make_chrome_default": true,
"make_chrome_default_for_user": true,
"msi": true,
"ping_delay": 60,
"show_welcome_page": false,
"skip_first_run_ui": true,
"suppress_first_run_bubble": true,
"suppress_first_run_default_browser_prompt": true,
"system_level": true,
"verbose_logging": true
},
"first_run_tabs": ["http://welcome_page"],
"homepage": "https://www.google.com",
"homepage_is_newtabpage": false,
"session": {
"restore_on_startup": 4,
"startup_urls": ["http://www.google.com/ig"]
},
"sync_promo": {
"show_on_first_run_allowed": false
}
}