Attribute set of search engine configurations. Engines that
only have metaData
specified will be treated as builtin
-to Thunderbird.
See SearchEngine.jsm
+to Thunderbird.
See SearchEngine.jsm
in Thunderbird’s source for available options. We maintain a
mapping to let you specify all options in the referenced link
without underscores, but it may fall out of date with future
@@ -54723,7 +54725,8 @@ attribute set of attribute set of (JSON value)
{ }
Example:
{
- "Nix Packages" = {
+ nix-packages = {
+ name = "Nix Packages";
urls = [{
template = "https://search.nixos.org/packages";
params = [
@@ -54736,15 +54739,15 @@ attribute set of attribute set of (JSON value)
definedAliases = [ "@np" ];
};
- "NixOS Wiki" = {
- urls = [{ template = "https://wiki.nixos.org/index.php?search={searchTerms}"; }];
- iconUpdateURL = "https://wiki.nixos.org/favicon.png";
- updateInterval = 24 * 60 * 60 * 1000; # every day
+ nixos-wiki = {
+ name = "NixOS Wiki";
+ urls = [{ template = "https://wiki.nixos.org/w/index.php?search={searchTerms}"; }];
+ iconMapObj."16" = "https://wiki.nixos.org/favicon.ico";
definedAliases = [ "@nw" ];
};
- "Bing".metaData.hidden = true;
- "Google".metaData.alias = "@g"; # builtin engines only support specifying one additional alias
+ bing.metaData.hidden = true;
+ google.metaData.alias = "@g"; # builtin engines only support specifying one additional alias
}
@@ -54804,8 +54807,8 @@ list of string
[ ]
Example:
[
- "DuckDuckGo"
- "Google"
+ "ddg"
+ "google"
]
@@ -54834,7 +54837,7 @@ null or string
null
Example:
-"DuckDuckGo"
+"ddg"
Declared by: