Skip to content

Contributing

Loys Caucheteux edited this page Nov 3, 2021 · 5 revisions

Building your work

Firefox

  • To build the .zip/.xpi file use the web-ext npm package.
npm i -g web-ext
  • Build command, execute at repository root : Outputs a .zip file of the extension in ./web-ext-artifacts/.
web-ext build
  • You can rename the *.zip into a *.xpi file since it is the same format, the extension will not break

Chrome

  • Open chrome://extensions/ page
  • Click on Pack extension in the top-left corner
  • Browse your filesystem to your extension folder and select it as the extension root
Clone this wiki locally