From aab44b98ac81508bfed9f1bdb985262c0624448f Mon Sep 17 00:00:00 2001 From: khaneliman Date: Sun, 6 Jul 2025 15:41:21 +0000 Subject: [PATCH] deploy: b4486ff44addd453a64fd8c176ab2fd7ad3f6eb3 --- options.xhtml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/options.xhtml b/options.xhtml index 2206ce3a5..f38483606 100644 --- a/options.xhtml +++ b/options.xhtml @@ -24735,6 +24735,14 @@ attribute set of (JSON value)

Example:

{
   BlockAboutConfig = true;
   DefaultDownloadDirectory = "\${home}/Downloads";
+  ExtensionSettings = {
+    "uBlock0@raymondhill.net" = {
+      default_area = "menupanel";
+      install_url = "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi";
+      installation_mode = "force_installed";
+      private_browsing = true;
+    };
+  };
 }
 
@@ -26550,6 +26558,14 @@ attribute set of (JSON value)

Example:

{
   BlockAboutConfig = true;
   DefaultDownloadDirectory = "\${home}/Downloads";
+  ExtensionSettings = {
+    "uBlock0@raymondhill.net" = {
+      default_area = "menupanel";
+      install_url = "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi";
+      installation_mode = "force_installed";
+      private_browsing = true;
+    };
+  };
 }
 
@@ -42104,6 +42120,14 @@ attribute set of (JSON value)

Example:

{
   BlockAboutConfig = true;
   DefaultDownloadDirectory = "\${home}/Downloads";
+  ExtensionSettings = {
+    "uBlock0@raymondhill.net" = {
+      default_area = "menupanel";
+      install_url = "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi";
+      installation_mode = "force_installed";
+      private_browsing = true;
+    };
+  };
 }