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

default_state key in action should be allowed in manifest.json #10061

Open
thromer opened this issue Dec 28, 2024 · 0 comments · May be fixed by #10062
Open

default_state key in action should be allowed in manifest.json #10061

thromer opened this issue Dec 28, 2024 · 0 comments · May be fixed by #10062

Comments

@thromer
Copy link

thromer commented Dec 28, 2024

🐛 bug report

manifest.json files that specify default_state in the action do not bundle.

manifest.json

{
  ...
  "manifest_version": 3,
  ...
  "action": {
    "default_title": "Title",
    "default_popup": "popup.html",
    "default_state": "disabled"
  },
  ...
}

🤔 Expected Behavior

The package should be bundled.

😯 Current Behavior

🚨 Build failed.

@parcel/transformer-webextension: Invalid Web Extension manifest

💁 Possible Solution

Proposed patch: #10062

@thromer thromer linked a pull request Dec 28, 2024 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant