Skip to content

Commit

Permalink
update node commands for building non-chrome browser extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
jprusik committed Nov 25, 2024
1 parent 2176771 commit 520396a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/getting-started/clients/browser/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Before you start, you must complete the [Clients repository setup instructions](

The build commands use
[Manifest v3](https://developer.chrome.com/docs/extensions/develop/migrate/what-is-mv3) by
default. If you are building for Firefox or otherwise need a Manifest v2 build, you should use
the command `npm run build:watch:mv2` instead.
default. If you are building for a non-Chrome browser like Firefox or Safari, you should use the
command `npm run build:watch:<browser client name>` instead.

:::

Expand Down Expand Up @@ -194,7 +194,7 @@ The easiest way to develop the extension is to build and debug it using Xcode.
1. Build the extension:

```bash
npm run build:watch:mv2
npm run build:watch:safari
```

2. Edit `build/manifest.json`. Move the `nativeMessaging` permission from the `optional_permissions`
Expand Down

0 comments on commit 520396a

Please sign in to comment.