aboutsummaryrefslogtreecommitdiffstats
path: root/docs/add-to-firefox.md
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2017-09-14 06:11:03 +0800
committerDan Finlay <dan@danfinlay.com>2017-09-14 06:11:03 +0800
commitc17c6576930e9c536aa0164470a0505d8cfcbf75 (patch)
tree5eca1c7b616f0e5d962ca9cda1c96915a10bea23 /docs/add-to-firefox.md
parenta01921758b25d151cfb1c47d7235f59291c29945 (diff)
parentcafebb6417331d9d0a0a83fdc1cc4fdb04d0a5ec (diff)
downloadtangerine-wallet-browser-c17c6576930e9c536aa0164470a0505d8cfcbf75.tar.gz
tangerine-wallet-browser-c17c6576930e9c536aa0164470a0505d8cfcbf75.tar.zst
tangerine-wallet-browser-c17c6576930e9c536aa0164470a0505d8cfcbf75.zip
Merge branch 'master' into AddBalanceController
Diffstat (limited to 'docs/add-to-firefox.md')
-rw-r--r--docs/add-to-firefox.md14
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`.
+