]> git.p6c8.net - policy-templates.git/commitdiff
Add container extension as an example
authorMichael Kaply <345868+mkaply@users.noreply.github.com>
Tue, 22 Aug 2023 10:31:12 +0000 (06:31 -0400)
committerMichael Kaply <345868+mkaply@users.noreply.github.com>
Tue, 22 Aug 2023 10:31:12 +0000 (06:31 -0400)
README.md

index a3d1128645c887076423afde82927f6fc6210408..8e3a3fe9bf75dfebd13b30811117e22ffeef0057 100644 (file)
--- 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):
       <key>install_url</key>
       <string>https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi</string>
     </dict>
+    <key>@testpilot-containers</key>
+    <dict>
+      <key>installation_mode</key>
+      <string>normal_installed</string>
+      <key>install_url</key>
+      <string>https://addons.mozilla.org/firefox/downloads/latest/multi-account-containers/latest.xpi</string>
+      <key>default_area</key>
+      <string>navbar</string>
+    </dict>
     <key>https-everywhere@eff.org</key>
     <dict>
       <key>installation_mode</key>
@@ -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"
       }

patrick-canterino.de