From 40c105f639662f34f660c2f875fd728e0f5a0c15 Mon Sep 17 00:00:00 2001 From: kumavis Date: Mon, 11 Sep 2017 22:53:33 -0700 Subject: 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 --- docs/add-to-firefox.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 docs/add-to-firefox.md (limited to 'docs/add-to-firefox.md') 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`. + -- cgit