Skip to content
Mahesh Asolkar edited this page Sep 15, 2015 · 5 revisions

Welcome to the ffx-addon-gglappbtn wiki!

Development

Testing on Windows

  • Make sure JPM and Git Bash are installed
  • Create a test profile, mainly to disable Extension Signing
    /C/Program\ Files/Nightly/firefox.exe \
        --profile /C/Users/.../ffx-addon-prof
  • In the Firefox window that opens, open about:config and set xpinstall.signatures.required to false
  • Navigate into the add-on directory and use the following to invoke debug run:
    jpm run --binary /C/Program\ Files/Nightly/firefox.exe \
            --profile /C/Users/.../ffx-addon-prof --debug
Clone this wiki locally