We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43f1922 commit 440bf8aCopy full SHA for 440bf8a
docs/getting-started/clients/browser/index.md
@@ -194,12 +194,13 @@ The easiest way to develop the extension is to build and debug it using Xcode.
194
1. Build the extension:
195
196
```bash
197
- npm run build:watch
+ npm run build:watch:mv2
198
```
199
200
2. Edit `build/manifest.json`. Move the `nativeMessaging` permission from the `optional_permissions`
201
section into the `permissions` section
202
-3. Edit `build/index.html`, replace `<html class="__BROWSER__">` to `<html class="browser_safari">`.
+3. Edit `build/popup/index.html`, replace `<html class="__BROWSER__">` to
203
+ `<html class="browser_safari">`.
204
4. Open `src/safari/desktop.xcodeproj` in Xcode
205
5. Run the "desktop" target.
206
0 commit comments