I have a Chrome, Firefox and Edge extension that I want to configure to use a different api url depending on who is using it.
I don't want to create a new version of the extension every time with a different url.
What options do I have to do this? Ideally it would be set for a whole network of users instead of each user having to configure it.
I can think of a few ways:
- Communicate with a native app (complex)
- Use a few DNS addresses that could be set in the local network
Are there more options?