Do you have any example on the below task I need to implement
- I have an exe written in c#. This exe is will return data in json string
- I have a web application, web application will run the exe through chrome extension native messaging manifest v3
- Chrome extension will get the response from exe and will populate it on the web application
I'm not able to search sample to build it in manifest V3, some of the samples I've seen is using manifest v2 which is using clipboard.