WebExtensions: Difference between revisions

m
Update testing instructions
(Quick Start -> back to testing)
m (Update testing instructions)
Line 24: Line 24:
   }</pre></blockquote>
   }</pre></blockquote>


To make a Firefox-compatible extension, zip up the modified source, change the file extension to ".xpi" and then install the add-on into Firefox 42 as you normally would (File > Open should work).
To make a Firefox-compatible extension, zip up the modified source (with manifest.json at the top level of the zip file), change the file extension to ".xpi" and then install the add-on into Firefox 42 as you normally would (File > Open should work). Remember that you will need to disable the xpinstall.signatures.required option in about:config.


== Packaging ==
== Packaging ==
Confirmed users
130

edits