You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 and host_permissions for all entrypoints
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 entrypointsweb_accessible_resources
for unlisted pages/scriptsweb_accessible_resources
if it's being injected. #536These options would be merged together in the final manifest.
What are the alternatives?
Continue to maintain these options in the config file.
The text was updated successfully, but these errors were encountered: