|
`install_url`| The URL from which Firefox can download a
`force_installed` or
`normal_installed` extension. Extensions are be automatically updated or re-installed when the XPI file's internal
[version
](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/version) changes.<
ul><
li>If installing from the
`addons.mozilla.org`, use
`https://addons.mozilla.org/firefox/downloads/latest/ADDON_ID/latest.xpi` and substitue
**ADDON_ID
** with the extension's ID (for example
`[email protected]` or
`{446900e4-71c2-419f-a6a7-df9c091e268b}`).</
li><
li>If installing from the local file system, use a
[```file:///``` URL
](https://en.wikipedia.org/wiki/File_URI_scheme). You can mantually trigger an update or re-installation by changing the XPI's file name.</
li><
li>Languages packs are available from
`https://releases.mozilla.org/pub/firefox/releases/VERSION/PLATFORM/xpi/LANGUAGE.xpi` (for example,
`https://releases.mozilla.org/pub/firefox/releases/111.0.1/win64/xpi/en-US.xpi`)
/</
li></
ul>
0 commit comments