fix noogle custom search engine
This commit is contained in:
parent
9d5414f614
commit
d6ed128d6b
1 changed files with 2 additions and 2 deletions
|
@ -64,9 +64,9 @@
|
||||||
definedAliases = ["@cr"];
|
definedAliases = ["@cr"];
|
||||||
};
|
};
|
||||||
"noogle" = {
|
"noogle" = {
|
||||||
url = mkUrl "https://noogle.dev/q?term={searchTerms}";
|
urls = mkUrl "https://noogle.dev/q?term={searchTerms}";
|
||||||
icon = "https://noogle.dev/favicon.png";
|
icon = "https://noogle.dev/favicon.png";
|
||||||
definedAliases = ["@noogle"];
|
definedAliases = ["@nog"];
|
||||||
};
|
};
|
||||||
|
|
||||||
"google".metaData.alias = "@go";
|
"google".metaData.alias = "@go";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue