[firefox] Outputted manifest is in v2 format despite manifest_version set to 3 #1388
Open
5 tasks done
Labels
pending-triage
Someone (usually a maintainer) needs to look into this to see if it's a bug
Describe the bug
Creating a new project with manifest-v3 and building the extension for firefox outputs a manifest with an incorrect v2 format
This is problematic because manifest_version is set to 3 while the web_accessible_resources key is formatted as per v2.
This leads to not being able to import the extension in Firefox, as it is expecting a true v3 manifest structure.
Reproduction
Steps to reproduce
Run the above repro as
bash repro.sh
System Info
Used Package Manager
bun
Validations
The text was updated successfully, but these errors were encountered: