From 469ddf78e2c888d1d32725a3ec09be6a13103921 Mon Sep 17 00:00:00 2001 From: Michael Kaply <345868+mkaply@users.noreply.github.com> Date: Tue, 22 Aug 2023 06:31:12 -0400 Subject: [PATCH] Add container extension as an example --- README.md | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a3d1128..8e3a3fe 100644 --- a/README.md +++ b/README.md @@ -2780,6 +2780,11 @@ Software\Policies\Mozilla\Firefox\ExtensionSettings (REG_MULTI_SZ) = "installation_mode": "force_installed", "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi" }, + "@testpilot-containers": { + "installation_mode": "normal_installed", + "install_url": "https://addons.mozilla.org/firefox/downloads/latest/multi-account-containers/latest.xpi", + "default_area": "navbar" + }, "https-everywhere@eff.org": { "installation_mode": "allowed" } @@ -2805,7 +2810,12 @@ Value (string): "installation_mode": "force_installed", "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi" }, - "https-everywhere@eff.org": { + "@testpilot-containers": { + "installation_mode": "normal_installed", + "install_url": "https://addons.mozilla.org/firefox/downloads/latest/multi-account-containers/latest.xpi", + "default_area": "navbar" + }, + "https-everywhere@eff.org": { "installation_mode": "allowed" } }'/> @@ -2837,6 +2847,15 @@ Value (string): install_url https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi + @testpilot-containers + + installation_mode + normal_installed + install_url + https://addons.mozilla.org/firefox/downloads/latest/multi-account-containers/latest.xpi + default_area + navbar + https-everywhere@eff.org installation_mode @@ -2860,6 +2879,11 @@ Value (string): "installation_mode": "force_installed", "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi" }, + "@testpilot-containers": { + "installation_mode": "normal_installed", + "install_url": "https://addons.mozilla.org/firefox/downloads/latest/multi-account-containers/latest.xpi", + "default_area": "navbar" + }, "https-everywhere@eff.org": { "installation_mode": "allowed" } -- 2.34.1