From 520396a7d5b3f574aca77d8ee10265d20fdc2d40 Mon Sep 17 00:00:00 2001 From: Jonathan Prusik Date: Mon, 25 Nov 2024 16:13:11 -0500 Subject: [PATCH] update node commands for building non-chrome browser extensions --- docs/getting-started/clients/browser/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/getting-started/clients/browser/index.md b/docs/getting-started/clients/browser/index.md index d9a4e4c81..a1f986b9c 100644 --- a/docs/getting-started/clients/browser/index.md +++ b/docs/getting-started/clients/browser/index.md @@ -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:` instead. ::: @@ -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`