The settings are configured in the recipe file BrowserSwitchRecipe.ini, which is placed in the same directory as the executable. A shortcut to the recipe file will be placed in the Start menu.
# Example
[Rules]
intranet.co.jp=ie
www.office.com=edge
www.mozilla.org=firefox
otherwise=chrome
[Browsers]
chrome=C:\Program Files\Google\Chrome\Application\chrome.exe
firefox=C:\Program Files\Mozilla Firefox\firefox.exe
- The setting is case-sensitive and whitespace is NOT ignored.
- Lines start with # are ignored as comments.
[Rules]
- keyword=browser_name
The URL containing the text on the left will be opened in the browser on the right.
- "otherwise" matches any URL.
"otherwise" is also used to open local .html files.
[Browsers]
- browser_name=executable_path.
- "edge" and "ie" are pre-defined.