mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-10-04 11:35:41 +00:00
feat(firefox): replace Bitwarden with C2 Password
This commit is contained in:
parent
9676ed2f3c
commit
ae46f5cc34
1 changed files with 3 additions and 3 deletions
|
@ -9,9 +9,9 @@
|
||||||
OfferToSaveLogins = false;
|
OfferToSaveLogins = false;
|
||||||
PasswordManagerEnabled = false;
|
PasswordManagerEnabled = false;
|
||||||
ExtensionSettings = {
|
ExtensionSettings = {
|
||||||
# Bitwarden
|
# C2 Password
|
||||||
"{446900e4-71c2-419f-a6a7-df9c091e268b}" = {
|
"c2password@synology.com" = {
|
||||||
install_url = "https://addons.mozilla.org/firefox/downloads/latest/bitwarden-password-manager/latest.xpi";
|
install_url = "https://addons.mozilla.org/firefox/downloads/latest/c2-password/latest.xpi";
|
||||||
installation_mode = "normal_installed";
|
installation_mode = "normal_installed";
|
||||||
};
|
};
|
||||||
# Vimium C
|
# Vimium C
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue