Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't remove popup through config #1433

Closed
poncianodiego opened this issue Feb 13, 2025 · 1 comment
Closed

Can't remove popup through config #1433

poncianodiego opened this issue Feb 13, 2025 · 1 comment
Labels

Comments

@poncianodiego
Copy link

Feature Request

Couldn't remove the popup from config, would be nice to be able to do so

Is your feature request related to a bug?

Unsure if is a bug

What are the alternatives?

I had to remove the full popup folder which I might not want to do as I don't know if later I will use it.

@aklinker1
Copy link
Collaborator

You can already do this. Add this to your HTML page:

<meta name="manifest.include" content="['__unused__']" />

This tells WXT to only include the popup when targeting a browser named __unused__, which you'll never do.

This will prevent the popup from being built however. If you want to keep building it, just rename the folder to something else.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants