diff options
author | kumavis <kumavis@users.noreply.github.com> | 2017-09-12 13:53:33 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-12 13:53:33 +0800 |
commit | 40c105f639662f34f660c2f875fd728e0f5a0c15 (patch) | |
tree | 29c39273abbd4b4fbe5535adba06613d96579971 /docs/add-to-firefox.md | |
parent | 2478fd85c2689cbc7705299db740e6ecfb999172 (diff) | |
download | tangerine-wallet-browser-40c105f639662f34f660c2f875fd728e0f5a0c15.tar tangerine-wallet-browser-40c105f639662f34f660c2f875fd728e0f5a0c15.tar.gz tangerine-wallet-browser-40c105f639662f34f660c2f875fd728e0f5a0c15.tar.bz2 tangerine-wallet-browser-40c105f639662f34f660c2f875fd728e0f5a0c15.tar.lz tangerine-wallet-browser-40c105f639662f34f660c2f875fd728e0f5a0c15.tar.xz tangerine-wallet-browser-40c105f639662f34f660c2f875fd728e0f5a0c15.tar.zst tangerine-wallet-browser-40c105f639662f34f660c2f875fd728e0f5a0c15.zip |
Rename add-to-firef.md to add-to-firefox.md
This fixes the "How to add custom build to Firefox" link in the "README.md" on the root
Diffstat (limited to 'docs/add-to-firefox.md')
-rw-r--r-- | docs/add-to-firefox.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/add-to-firefox.md b/docs/add-to-firefox.md new file mode 100644 index 000000000..593d06170 --- /dev/null +++ b/docs/add-to-firefox.md @@ -0,0 +1,14 @@ +# Add Custom Build to Firefox + +Go to the url `about:debugging`. + +Click the button `Load Temporary Add-On`. + +Select the file `dist/firefox/manifest.json`. + +You can optionally enable debugging, and click `Debug`, for a console window that logs all of Metamask's processes to a single console. + +If you have problems debugging, try connecting to the IRC channel `#webextensions` on `irc.mozilla.org`. + +For longer questions, use the StackOverfow tag `firefox-addons`. + |