Add tmdb search to Firefox

This commit is contained in:
Daniel Siepmann 2023-10-04 20:05:38 +02:00
parent 9f63ab8ab9
commit 6f63a01e22
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4
2 changed files with 11 additions and 0 deletions

BIN
assets/tmdb.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View file

@ -96,6 +96,17 @@ in {
icon = ./../../assets/packagist.png;
definedAliases = [ "@packagist" ];
};
"The Movie DB" = {
urls = [{
template = "https://www.themoviedb.org/search";
params = [
{ name = "query"; value = "{searchTerms}"; }
];
}];
icon = ./../../assets/tmdb.png;
definedAliases = [ "@tmdb" ];
};
"YouTube" = {
urls = [{
template = "https://www.youtube.com/results";