Skip to content

fxnoob/manifest.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Manifest.js

Build complex browser extensions with only manifest.json in place.

How to use

Install package from npm

npm install manifest.js

Build browser extension where ever your manifest.json file is

manifest build

Now drag and drop generated dist folder in browsers extension's page to test.

See More Example