Add GitHub as search engine to Firefox

This commit is contained in:
Daniel Siepmann 2023-10-19 19:33:45 +02:00
parent 513bdf334f
commit 6c7a9252de
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4
2 changed files with 12 additions and 0 deletions

BIN
assets/github.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

View file

@ -96,6 +96,18 @@ in {
icon = ./../../assets/packagist.png;
definedAliases = [ "@packagist" ];
};
"GitHub" = {
urls = [{
template = "https://github.com/search";
params = [
{ name = "q"; value = "{searchTerms}"; }
{ name = "type"; value = "repositories"; }
];
}];
icon = ./../../assets/github.png;
definedAliases = [ "@github" ];
};
"The Movie DB" = {
urls = [{
template = "https://www.themoviedb.org/search";