-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathmaster_preferences
42 lines (42 loc) · 1.11 KB
/
master_preferences
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
{
"distribution": {
"skip_first_run_ui": true,
"import_bookmarks_from_file": "/etc/chromium/default_bookmarks.html",
"alternate_shortcut_text": false,
"oem_bubble": true,
"chrome_shortcut_icon_index": 0,
"create_all_shortcuts": true,
"show_welcome_page": true,
"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
},
"bookmark_bar": {
"show_on_all_tabs": true
},
"first_run_tabs": [
"http://openmandriva.org"
],
"homepage": "http://openmandriva.org",
"homepage_is_newtabpage": false
"default_search_provider_data": {
"template_url_data": {
"keyword": "duckduckgo.com",
"short_name": "DuckDuckGo",
"suggestions_url": "https://duckduckgo.com/ac/?q={searchTerms}&type=list",
"url": "https://duckduckgo.com/?q={searchTerms}&t=canonical"
}
},
"enable_do_not_track": true,
"search": {
"suggest_enabled": true
},
}