From aab44b98ac81508bfed9f1bdb985262c0624448f Mon Sep 17 00:00:00 2001
From: khaneliman
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;
+ };
+ };
}