I use the following instructions to create a shortcut or symlink to a specific URL in a specific browser. This is useful when a website only works in Google Chrome, since I use Firefox as my default browser.
- Open the Script Editor from Applications, Utilities
- Copy the code listed below into the editor
- Select File, Export from the menu
- Select Application as the File Format
- Save it into your Applications folder
- Drag the application to your Dock
- Optionally, change the application icon
tell application "Google Chrome"
activate
open location "https://zoom.us/join"
end tell