Skip to main content

Change the browser

Create React WebExt will load the extension in your system's default browser.

npm start

You can specify a browser in the package.json:

 "scripts": {
- "start": "react-webext-scripts start",
+ "start": "react-webext-scripts start:firefox",
}