adambullmer / vue-cli-plugin-browser-extension

Browser extension development plugin for vue-cli 3.0
GNU Lesser General Public License v3.0
427 stars 76 forks source link

Add a new plugin option to modify the outputted manifest #29

Closed siphomateke closed 5 years ago

siphomateke commented 5 years ago

The new plugin option is a function which is passed the manifest created by this plugin and returns a modified manifest.

An example use case is adding or removing permissions depending on which browser is being targeted.

idoshamun commented 5 years ago

I've been waiting for this feature :)

adambullmer commented 5 years ago

Thank you so much for the contribution. Sorry it's taken me as long as it has to get this merged and released.