Support for Vivaldi & Brave browsers for "openChrome.applescript"
Created by: favna
Is your proposal related to a problem?
No, it is a new feature that is currently non-existing.
Currently there react-dev-utils package has an applescript "openChrome" which tries to reload a pre-existing webpack dev server tab in Chrome rather than opening a new tab. However in fairly recent times the Vivaldi and Brave browsers have gained a lot of popularity in the dev communities, at least those that I frequent. As a user of Vivaldi myself I would really appreciate it if the React dev server would also check for Vivaldi / Brave for the similar behaviour.
Describe the solution you'd like
The script should be modified or any such other modification made so that Vivaldi and Brave browsers are also supported
Describe alternatives you've considered
There are no alternatives to this problem, other than forcibly using Chrome exclusively for Dev but this would mean having to change default browser every time I and my peers would work on a React app which is extremely unreasonable.
Additional context
N.A.