librewolf: add temp-mail.org bookmark

This commit is contained in:
2026-06-13 09:41:05 +02:00
parent c32e8112c6
commit 6525d6d599
+17
View File
@@ -386,6 +386,12 @@
keyword = "nix reference manual";
url = "https://nix.dev/manual/nix/2.34/nix-2.34.html";
}
{
name = "Disposable temporary email";
tags = ["privacy" "email" "temporary"];
keyword = "disposable temporary email";
url = "https://temp-mail.org";
}
];
};
search = {
@@ -622,6 +628,17 @@
# };
#};
};
bookmarks = {
force = true;
settings = [
{
name = "Disposable temporary email";
tags = ["privacy" "email" "temporary"];
keyword = "disposable temporary email";
url = "https://temp-mail.org";
}
];
};
search = {
force = true;
default = "quant";