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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support web manifest v3 for web extensions in @parcel/config-webextension #7175

Closed
burhanuday opened this issue Oct 24, 2021 · 2 comments
Closed

Comments

@burhanuday
Copy link

burhanuday commented Oct 24, 2021

馃檵 feature request

Currently, "manifest_version": 3, in manifest.json results in error

馃毃 Build failed.

@parcel/transformer-webextension: Invalid Web Extension manifest

  manifest.json:5:23
    4 |   "version": "0.1.2",
  > 5 |   "manifest_version": 3,
  >   |                       ^ Possible values: "2"
    6 |   "background": {
    7 |     "service_worker": "src/js/inject.js"

馃 Expected Behavior

Build succesfully without errors

馃槸 Current Behavior

Results in above error

馃拋 Possible Solution

馃敠 Context

 "@parcel/config-webextension": "^2.0.0",
 "parcel": "^2.0.0"

馃捇 Examples

@burhanuday
Copy link
Author

PR here - #7050
close issue when PR gets merged

@mischnic
Copy link
Member

Duplicate of #6079

@mischnic mischnic marked this as a duplicate of #6079 Oct 24, 2021
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

No branches or pull requests

2 participants