Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Browser Extension App

The command line application that is called by browser extensions on Windows and Linux.

Building

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

Distributing

The single file executable is bundled with the Electron app during the packaging stage.

About

Browser Extension Native Messaging Host for Windows and Linux

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages