The command line application that is called by browser extensions on Windows and Linux.
Production build command for Windows:
dotnet publish -c Release -r win-x64 -p:PublishTrimmed=true -p:PublishSingleFile=true
Production build command for Linux:
dotnet publish -c Release -r linux-x64 -p:PublishTrimmed=true -p:PublishSingleFile=true
The single file executable is bundled with the Electron app during the packaging stage.