28
edits
m (modified minVersion and maxVersion for new formats) |
(Sideloading stopped being supported in Firefox version 74. Thus, the only way to install add-ons from the command line is by using Multiple Item Packages.) |
||
Line 1: | Line 1: | ||
<div style="display:block;-moz-border-radius:10px;background-color:#a1d4aa;padding:20px;margin-top:20px;"> | |||
Sideloading is a method of installing an extension in Firefox by adding an extension file to a special location using an executable application installer. [https://blog.mozilla.org/addons/2019/10/31/firefox-to-discontinue-sideloaded-extensions/ Sideloading stopped being supported in Firefox version 74]. Thus, the only way to install add-ons from the command line is by using Multiple Item Packages. | |||
</div> | |||
= Overview = | = Overview = | ||
Provide the ability to install multiple items contained in a single package. This can be accomplished with a trimmed down version of the existing install manifest format and with very minimal changes through the leveraging of the existing code and user interface for item installation. | Provide the ability to install multiple items contained in a single package. This can be accomplished with a trimmed down version of the existing install manifest format and with very minimal changes through the leveraging of the existing code and user interface for item installation. |
edits