Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 585 Bytes

addons.mdwn

File metadata and controls

14 lines (8 loc) · 585 Bytes

[[!meta title="Adding a Firefox Addon to Webconverger"]]

To install an extension you need to:

  1. Place the extracted extension directory into the [[chroot]], such as /opt/firefox/extensions

You can verify this manually with something like:

for i in */; do grep -m 1 -H em:id "${i}install.rdf"; done