aklinker1 / vite-plugin-web-extension

Vite plugin for developing Chrome/Web Extensions
https://vite-plugin-web-extension.aklinker1.io/
MIT License
541 stars 47 forks source link

feat: Add `transformManifest` option #123

Closed wallw-teal closed 1 year ago

wallw-teal commented 1 year ago

This adds a configuration option to allow projects to customize the manifest after rendering in the event changes are needed from the manifest which the plugin produces.

This resolves/is a result of the discussion here.