Skip to content

Cross-browser native messaging installer for webextensions

Notifications You must be signed in to change notification settings

soyuka/native-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Native installer

Installer for native scripts used with webextension

Install

npm install native-installer

/!\ not tested on windows /!\

Usage

Where example.json is the App manifest:

native-installer example.json

It'll transform relative paths and copy to the browser's wanted path. On windows it adds the correct registry keys.

To remove:

native-installer --rm example.json

Options:

--browser firefox, chrome, chromium - default to all
--global - install globally (might require privilege), default to local user
--rm - removes the file/registry

About

Cross-browser native messaging installer for webextensions

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages