API > wxt > ExtensionRunnerConfig
Interface: ExtensionRunnerConfig
Configure how the browser starts up.
Contents
Properties
binaries
binaries?:
Record<string,string>
List of browser names and the binary that should be used to open the browser.
See
- https://extensionworkshop.com/documentation/develop/web-ext-command-reference/#chromium-binary
- https://extensionworkshop.com/documentation/develop/web-ext-command-reference/#firefox
Source
chromiumArgs
chromiumArgs?:
string[]
See
https://extensionworkshop.com/documentation/develop/web-ext-command-reference/#args
Source
chromiumProfile
chromiumProfile?:
string
See
https://extensionworkshop.com/documentation/develop/web-ext-command-reference/#chromium-profile
Source
disabled
disabled?:
boolean
Whether or not to open the browser with the extension installed in dev mode.
Default
falseSource
firefoxArgs
firefoxArgs?:
string[]
See
https://extensionworkshop.com/documentation/develop/web-ext-command-reference/#args
Source
firefoxPrefs
firefoxPrefs?:
Record<string,string>
See
https://extensionworkshop.com/documentation/develop/web-ext-command-reference/#pref
Source
firefoxProfile
firefoxProfile?:
string
See
https://extensionworkshop.com/documentation/develop/web-ext-command-reference/#firefox-profile
Source
openConsole
openConsole?:
boolean
See
https://extensionworkshop.com/documentation/develop/web-ext-command-reference/#browser-console
Source
openDevtools
openDevtools?:
boolean
See
https://extensionworkshop.com/documentation/develop/web-ext-command-reference/#devtools
Source
startUrls
startUrls?:
string[]
See
https://extensionworkshop.com/documentation/develop/web-ext-command-reference/#start-url
Source
Generated using typedoc-plugin-markdown and TypeDoc