Everything is in the title.
My goal is to let a browser extension read and write files in the private data folder of my UWP app. This .exe file would implement the native messaging protocol via stdin/stdout to communicate with the browser extension since the UWP app itself cannot do it.
I would then have to add an entry in the registry to point to the native messaging host manifest (which itself points to this .exe) but that's for another question.