Hi.
Now I am developing a vpn web extension for different browsers. It's safari time.
I immediately noticed that the global browser does not have a proxy api(browser.proxy is undefined), which is needed to install the pac script.
Tell me if there are other options to do this, connect to the web extension. Or maybe you can combine it with an app extension. (When building a web extension, SafariShebExtensionHandler.swift is available to me)
I would be grateful for informative links. thanks
as far as I understand, I can write a native extension and send messages to it from the web