···39394040## Options
41414242-- **`enable`** *(bool, default `false`)* — Install Switchyard and enable the module.
4343-- **`package`** *(package, default `switchyard`)* — The Switchyard derivation to install.
4444-- **`setAsDefaultBrowser`** *(bool, default `true`)* — Register Switchyard as the default handler for `x-scheme-handler/http`, `x-scheme-handler/https`, and `text/html` via `xdg.mimeApps`.
4545-- **`settings`** *(TOML, default `{}`)* — Contents of `~/.config/switchyard/config.toml`. Freeform; any key from Switchyard's `Config` struct is accepted, omitted keys fall back to built-in defaults.
4242+- **`enable`** _(bool, default `false`)_ — Install Switchyard and enable the module.
4343+- **`package`** _(package, default `switchyard`)_ — The Switchyard derivation to install.
4444+- **`setAsDefaultBrowser`** _(bool, default `true`)_ — Register Switchyard as the default handler for `x-scheme-handler/http`, `x-scheme-handler/https`, and `text/html` via `xdg.mimeApps`.
4545+- **`settings`** _(TOML, default `{}`)_ — Contents of `~/.config/switchyard/config.toml`. Freeform; any key from Switchyard's `Config` struct is accepted, omitted keys fall back to built-in defaults.
46464747## Declarative Configuration
4848
+5-2
website/src/content/docs/webextension.md
···44order: 40
55---
6677-A companion browser extension that lets you open any page in Switchyard with one click. It lives in the `webextension/` directory, ships as a standard WebExtension compatible with Firefox and Chromium, and is included in GitHub releases as `switchyard-webextension.zip`.
77+A companion browser extension that lets you open any page in Switchyard with one click. It lives in the `webextension/` directory, ships as a standard WebExtension compatible with Firefox and Chromium, and is available on the [Firefox Add-ons](https://addons.mozilla.org/firefox/addon/switchyard/) and [Chrome Web Store](https://chromewebstore.google.com/detail/switchyard/ncehhpikkabfdcceimdhjjjodogflokc).
88+99+- [Get for Firefox](https://addons.mozilla.org/firefox/addon/switchyard/)
1010+- [Get for Chrome](https://chromewebstore.google.com/detail/switchyard/ncehhpikkabfdcceimdhjjjodogflokc)
81199-The intent is to add deeper integration with the desktop app. Eventually, it will be submitted to the Chrome Web Store and Mozilla.
1212+The source is also bundled in GitHub releases as `switchyard-webextension.zip` if you prefer to load it manually.
10131114## How It Works
1215