Skip to content

Commit 440bf8a

Browse files
authored
Fix/safari instructions (#383)
* Fix safari instructions * Prettier fix
1 parent 43f1922 commit 440bf8a

File tree

1 file changed

+3
-2
lines changed
  • docs/getting-started/clients/browser

1 file changed

+3
-2
lines changed

docs/getting-started/clients/browser/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,12 +194,13 @@ The easiest way to develop the extension is to build and debug it using Xcode.
194194
1. Build the extension:
195195

196196
```bash
197-
npm run build:watch
197+
npm run build:watch:mv2
198198
```
199199

200200
2. Edit `build/manifest.json`. Move the `nativeMessaging` permission from the `optional_permissions`
201201
section into the `permissions` section
202-
3. Edit `build/index.html`, replace `<html class="__BROWSER__">` to `<html class="browser_safari">`.
202+
3. Edit `build/popup/index.html`, replace `<html class="__BROWSER__">` to
203+
`<html class="browser_safari">`.
203204
4. Open `src/safari/desktop.xcodeproj` in Xcode
204205
5. Run the "desktop" target.
205206

0 commit comments

Comments
 (0)