Skip to content
Discussion options

You must be logged in to vote

You can customize any setting in your profile's Preferences file ( /path/to/profile/Preferences) via: https://wxt.dev/api/reference/wxt/interfaces/ExtensionRunnerConfig.html#chromiumpref

Docs may be out of date... Instead of using a nested object as shown in the examples ({ download: { default_directory: ... } }), you may have to use a flat key ({ "download.default_directory": ... })

The other option is to pass CLI flags: https://wxt.dev/api/reference/wxt/interfaces/ExtensionRunnerConfig.html#chromiumargs

I don't know which of these options you should use for your case. Or maybe neither will work and there's not a way to configure what you're trying to do 🤷 chrome isn't very good at all…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by alexnguyennz
Comment options

You must be logged in to vote
2 replies
@aklinker1
Comment options

@aklinker1
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants