Skip to content

diodechain/diode_webext

Repository files navigation

diode_webext

Build Status js-standard-style

Diode experimental webext plugin for Firefox.

Note: it's experimental to use web-ext api in Firefox.

Development

  1. Download and install Firefox nightly

https://www.mozilla.org/en-US/firefox/channel/desktop/

  1. Install packages
$ npm i
  1. Build background script
$ npm run build
  1. Start to debug in Firefox nightly browser
$ npm start

Test background modules

$ npm run test