aklinker1 / vite-plugin-web-extension

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

Add Options page and Sidepanel page by default #201

Closed nileshtrivedi closed 4 months ago

nileshtrivedi commented 4 months ago

Summary

The template includes the popup page only. It would be nice to also have the options page and sidepanel page pre-generated.

Additional Context

Sidepanel is a relatively new feature which requires the sidePanel permission to be added in the manifest.

aklinker1 commented 4 months ago

I'd prefer to keep the templates as minimal as possible, I have to decide what's worth my additional time for maintenance, and once templates start to grow and add more features, libraries and other things get out of date more often.

So I'm going to say no to this one.