Skip to content

How publishing to firefox works #575

Answered by aklinker1
nethriis asked this question in Q&A
Discussion options

You must be logged in to vote
  1. Make sure your extension works in Firefox. WXT creates extensions for Firefox using MV2. To build your extension for Firefox, type wxt build -b firefox. This makes a folder .output/firefox-mv2. You can test your extension in Firefox by following these instructions.

  2. After testing, create two ZIP files with the command wxt zip -b firefox. You'll get .output/*-firefox.zip and .output/*-sources.zip. These are the files you need to submit your extension on the Firefox addon store.

    • Upload *-firefox.zip first. This is your extension ready to use.
    • Then under the "Do you need to submit source code" section, select yes and upload *-sources.zip.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@nethriis
Comment options

Answer selected by nethriis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants