Description of the issue: I can’t figure out how to pre-configure Brave with the settings and about:flags
changes I’ve specifically made.
How can this issue be reproduced?
- Install Brave on a fresh computer.
- There is no step 2, because I don’t know how to do it.
Expected result: I expected some kind of export / import settings option.
Brave Version( check About Brave
): Version 1.73.105 Chromium: 131.0.6778.265 (Official Build) (64-bit)
Additional Information: Through reading the forums I’ve learned about the existence of an initial_preferences
file and people are saying to use the Chrome example, but the Chrome sample is literally just this
{
"distribution": {
"import_bookmarks_from_file": "bookmarks.html",
"do_not_create_desktop_shortcut": true,
"do_not_create_quick_launch_shortcut": true,
"system_level": true,
"verbose_logging": true
},
"first_run_tabs": [
"http://www.example.com",
"http://welcome_page",
"http://new_tab_page"
]
}
which is not really very helpful. I just want a simple straightforward way so everytime I have to install Brave fresh, I can just maybe import a file or run a batch script and it’ll be ready to go with all my settings and flags set.
Note that I am not talking about my browsing history or bookmarks or anything like that. I just want the settings (appearance, whether vertical tabs is on or not, shortcut keys, etc) and flags (that I’ve set in about:flags
).
Most of the threads I’ve found were already locked, old, or both without any concrete answers.