I have a chrome extension which talks to my legacy background windows application using native proxy. Now I am supposed to make the same extension for edge. But edge does not support native proxy. It uses appService API to communicate with UWP applications. If, go with this approach, I need to convert my background application to an UWP application. so I want to know Is there any way where my edge extension can communicate with my existing legacy application?
I have one more doubt, now I publish my chrome extension in chrome extension store, this chrome extension is one client for my background application, we have mobile phone as another client. So while installing my application I can opt for chrome extension (it is not mandatory to have chrome extension for application to work). this way, application is not dependent on extension and vice versa. Can I upload only edge extension to edge extension store separately which can talk to my application running in system.