mirror of
https://abf.rosa.ru/djam/chromium-browser-stable-test.git
synced 2025-02-23 09:32:47 +00:00
Default to mode without native header to save space and use GTK+ theme by default for style consistency with the rest of the system
+ clean up of the config, removed odd and probably not working parts
This commit is contained in:
parent
b1ab34053c
commit
85fa56bfdc
1 changed files with 2 additions and 16 deletions
|
@ -1,29 +1,15 @@
|
|||
{
|
||||
"browser": {
|
||||
"custom_chrome_frame": false
|
||||
"custom_chrome_frame": true
|
||||
},
|
||||
"extensions": {
|
||||
"theme": {
|
||||
"colors": {},
|
||||
"id": "",
|
||||
"images": {},
|
||||
"properties": {},
|
||||
"tints": {},
|
||||
"use_system": false
|
||||
"use_system": true
|
||||
}
|
||||
},
|
||||
"homepage": "https://rosalinux.ru",
|
||||
"homepage_is_newtabpage": false,
|
||||
"session": {
|
||||
"restore_on_startup": 1
|
||||
},
|
||||
"webkit": {
|
||||
"webprefs": {
|
||||
"default_fixed_font_size": 13,
|
||||
"default_font_size": 16,
|
||||
"fixed_font_family": "Droid Sans Mono",
|
||||
"sansserif_font_family": "Droid Sans",
|
||||
"serif_font_family": "Droid Serif"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue