Support
Need help? Email us at < contact at enlazor.com >.
Quick start
- Set Enlazor as your default browser (macOS: System Settings → Desktop & Dock → Default web browser).
- Create your config file and add rules (see configuration below).
Configuration
Using the UI
- Open the Enlazor app.
- Setup your fallback browser for unmatched domains.
- Add rules to route specific domains to chosen browsers.
- If required, re-organize rules moving them up/down as needed. Rules are evaluated top to bottom.
- Notes: Changes are saved automatically.
Manually editing the config file
- Location:
~/Library/Containers/com.enlazor.Enlazor/Data/Library/Application\ Support/Enlazor/config.json
- Example:
{
"defaultBrowserBundleID" : "com.apple.Safari",
"rules" : [
{
"browserBundleID" : "com.google.Chrome",
"pattern" : "youtube.com"
},
{
"browserBundleID" : "com.apple.Safari",
"pattern" : "apple.com"
}
]
}
- Notes:
- The first matching rule is applied. If no rules match, the
defaultBrowserBundleID is used.
- The
id field is not required when editing manually; it will be auto-generated by the app.
Troubleshooting
- Link not opening in the expected browser?
- Check your config file for typos or errors.
- Ensure the target browser is installed.
- Verify that Enlazor is set as the default browser.
- Still having issues? Contact us at < contact at enlazor.com > for further assistance.