Skip to content

Latest commit

 

History

History
20 lines (9 loc) · 399 Bytes

README.md

File metadata and controls

20 lines (9 loc) · 399 Bytes

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