mozilla / multi-account-containers

Firefox Multi-Account Containers lets you keep parts of your online life separated into color-coded tabs that preserve your privacy. Cookies are separated by container, allowing you to use the web with multiple identities or accounts simultaneously.
https://addons.mozilla.org/firefox/addon/multi-account-containers/
Mozilla Public License 2.0
2.64k stars 322 forks source link

Please provide URL to always download the latest version of the xpi #2563

Closed rungitringit closed 10 months ago

rungitringit commented 10 months ago

Before submitting a bug report

Step to reproduce

I'm configuring an Enterprise policies.json for Firefox and want to include Multi-Account Containers by default. However I've been unable to find how I can reference the latest .xpi download.

I can see that the current latest is https://addons.mozilla.org/firefox/downloads/file/4058426/multi_account_containers-8.1.2.xpi but I need a "latest" link which always points to the latest version.

I need to produce something like this (which I believe uses the correct ID for this extension):

    "ExtensionSettings": {
      "@testpilot-containers": {
        "installation_mode": "force_installed",
        "install_url": "https://addons.mozilla.org/firefox/downloads/latest/multi_account_containers/latest.xpi",
        "default_area": "navbar"
      }

However that URL doesn't exist, I just made it up and have been unable to find the correct URL.

Actual behavior

For example, the uBlock Origin Extension can be force installed using:

    "ExtensionSettings": {
      "uBlock0@raymondhill.net": {
        "installation_mode": "force_installed",
        "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
      }

in policies.json but I'm struggling to find the equivalent information for this extension.

Expected behavior

Could you please provide a "latest" download URL for the latest version of the extension so that it can be added to a firefox policy.

Additional informations

PS: Might be an idea to add this extension in the example policy files in future to encourage more use! I love how I can pre-define the Containers for users!

Provide a copy of Troubleshooting Information page (optional)

No response

dannycolin commented 10 months ago

You made a small typo ;). The right URL is: https://addons.mozilla.org/firefox/downloads/latest/multi-account-containers/latest.xpi