Open aklinker1 opened 8 months 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.
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:permissions
andhost_permissions
for all entrypoints379
web_accessible_resources
for unlisted pages/scripts536
These options would be merged together in the final manifest.
What are the alternatives?
Continue to maintain these options in the config file.