wxt-dev / wxt

⚡ Next-gen Web Extension Framework
https://wxt.dev
MIT License
4.64k stars 199 forks source link

Support more manifest fields in entrypoint options #544

Open aklinker1 opened 8 months ago

aklinker1 commented 8 months ago

Feature Request

When defining an entrypoint, there are additional settings/options that would be useful for managing the manfiest instead of adding those fields to wxt.config.ts in one place:

These options would be merged together in the final manifest.

What are the alternatives?

Continue to maintain these options in the config file.

placoderm commented 1 month ago

I would really love to see this. Here is a user story, not that you necessarily need one…

I just submitted to the Chrome web store and they suggested changing the permission from tabs to activeTab. My plugin has a large number of little features so it would have been helpful to know exactly which ones needed tabs and be able to test out a change.

Thanks for considering this improvement. Seems like a logical thing to offer in a framework.