1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/docs/add-to-firefox.md
kumavis 40c105f639 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
2017-09-11 22:53:33 -07:00

15 lines
464 B
Markdown

# 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`.