brotab icon indicating copy to clipboard operation
brotab copied to clipboard

unify chrome and firefox extension source code

Open jck opened this issue 3 years ago • 0 comments

  • use parcel to build chrome and firefox extensions without duplicating the source
  • use https://github.com/mozilla/webextension-polyfill instead of browser specific BrowserTabs classes
  • use typescript

trying it out:

  • cd brotab/extension
  • yarn install
  • yarn build:chrome (outputs to dist/chrome)
  • yarn build:firefox (outputs to dist/firefox)

jck avatar Jul 08 '22 20:07 jck