···14141515The Switchyard extension can also show your installed browsers directly in the popup, letting you send the current tab to a specific browser in one click. This requires installing a native messaging host on your system.
16161717-Please read [`scripts/install-desktop-integration.sh`](../scripts/install-desktop-integration.py) before running this command:
1717+Please read [`scripts/install-desktop-integration.py`](../scripts/install-desktop-integration.py) before running this command:
18181919```bash
2020-curl -fsSL https://raw.githubusercontent.com/alyraffauf/Switchyard/master/scripts/install-desktop-integration.sh | bash
2020+curl -fsSL https://raw.githubusercontent.com/alyraffauf/Switchyard/master/scripts/install-desktop-integration.sh | bash -s -- --install --yes
2121```
22222323After installation, restart your browser(s). The extension popup will list your installed browsers.
···2525### Uninstall
26262727```bash
2828-bash install-desktop-integration.sh --uninstall
2828+curl -fsSL https://raw.githubusercontent.com/alyraffauf/Switchyard/master/scripts/install-desktop-integration.sh | bash -s -- --uninstall
2929```
30303131This removes all manifests and wrappers, but the `flatpak override` permissions granted during install are left in place. It's up to the user to decide what to do with them.