[[!meta title="Adding a Firefox Addon to Webconverger"]]
To install an extension you need to:
- Place the extracted extension directory into the [[chroot]], such as /opt/firefox/extensions
-
Ensure the extension is correctly named as its
install.rdf
idroot@x220:/opt/firefox/extensions# grep '[email protected]' [email protected]/install.rdf em:id="[email protected]"
You can verify this manually with something like:
for i in */; do grep -m 1 -H em:id "${i}install.rdf"; done