Skip to content

reallyreadit/browser-extension-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages