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;
+ };
+ };
}