content

This project was bootstrapped using the Extension.js TypeScript template.

Scripts Available

In the project directory, you can run:

yarn dev

// Runs the app in the development mode.
// Will open a new browser instance with your extension loaded.
// The page will reload when you make changes.
yarn dev

yarn start

// Runs the app in the production mode.
// Will open a new browser instance with your extension loaded.
// This is how your browser extension will work once published.
yarn start

yarn build

// Builds the app for production.
// Bundles your browser extension in production mode for the target browser.
yarn run build

Learn More

You can learn more in the Extension.js documentation.