Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions content/docs/guides/1password.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,32 @@ Sources:

---

### Linux (Flatpak distribution)

If you have installed Zen as a flatpak, you can the script from [this repository](https://github.com/FlyinPancake/1password-flatpak-browser-integration).

#### 1. Clone the repository

```bash
git clone https://github.com/FlyinPancake/1password-flatpak-browser-integration.git
```

#### 2. Run the script.

```bash
cd 1password-flatpak-browser-integration
./1password-flatpak-browser-integration.sh
```
When it asks for the application id, paste: `app.zen_browser.zen`.

#### 3. Restart Zen and 1Password as instructed.

---

Thanks to [LinuxSBC](https://github.com/LinuxSBC) for writing the script!

Source: [1Password Flatpak Browser Integration](https://github.com/FlyinPancake/1password-flatpak-browser-integration)

### MacOS

In MacOS you can use the Graphical Interface of the Desktop app to add Zen Browser to the trusted browsers list.
Expand Down