Manually add google to firefox search
This commit is contained in:
parent
bd61cb966c
commit
8bb414c45e
1 changed files with 10 additions and 0 deletions
|
|
@ -31,6 +31,16 @@
|
||||||
}];
|
}];
|
||||||
definedAliases = [ "@link" ];
|
definedAliases = [ "@link" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"Google" = {
|
||||||
|
urls = [{
|
||||||
|
template = "https://www.google.com/search";
|
||||||
|
params = [
|
||||||
|
{ name = "q"; value = "{searchTerms}"; }
|
||||||
|
];
|
||||||
|
}];
|
||||||
|
definedAliases = [ "@g" ];
|
||||||
|
};
|
||||||
|
|
||||||
# Hide unwanted default search engines
|
# Hide unwanted default search engines
|
||||||
"google".metaData.hidden = true;
|
"google".metaData.hidden = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue