Add Bitwarden and Dark Reader extensions to Firefox

This commit is contained in:
Joshua Yuen 2026-06-19 20:27:11 -04:00
parent db2b9c3da9
commit 91c8327bec
Signed by: josh
GPG Key ID: 502720BC22ED411C
1 changed files with 29 additions and 0 deletions

View File

@ -19,10 +19,39 @@
in { in {
"*".installation_mode = "blocked"; "*".installation_mode = "blocked";
# uBlock Origin
"uBlock0@raymondhill.net" = { "uBlock0@raymondhill.net" = {
install_url = moz "ublock-origin"; install_url = moz "ublock-origin";
installation_mode = "force_installed"; installation_mode = "force_installed";
updates_disabled = true; updates_disabled = true;
private_browsing = true;
default_area = "navbar";
};
# Bitwarden
"{446900e4-71c2-419f-a6a7-df9c091e268b}" = {
install_url = moz "bitwarden-password-manager";
installation_mode = "force_installed";
updates_disabled = true;
private_browsing = true;
default_area = "navbar";
};
# Dark Reader
"addon@darkreader.org" = {
install_url = moz "darkreader";
installation_mode = "force_installed";
updates_disabled = true;
private_browsing = true;
default_area = "navbar";
};
};
"3rdparty".Extensions = {
"{446900e4-71c2-419f-a6a7-df9c091e268b}" = {
environment = {
base = "https://bitwarden.joshuayuen.me";
};
}; };
}; };