qenya/firefox: Add NetrunnerDB as search engine
This commit is contained in:
parent
0fb2d50051
commit
104173107f
1 changed files with 7 additions and 0 deletions
|
|
@ -66,6 +66,13 @@ in
|
|||
iconMapObj."16" = "https://mullvad.net/favicon.ico";
|
||||
definedAliases = [ "@leta" ];
|
||||
};
|
||||
netrunnerdb = {
|
||||
name = "NetrunnerDB";
|
||||
urls = [{ template = "https://netrunnerdb.com/find/?q={searchTerms}"; }];
|
||||
iconMapObj."16" = "https://netrunnerdb.com/favicon.png";
|
||||
iconMapObj."196" = "https://netrunnerdb.com/icon.png";
|
||||
definedAliases = [ "@nrdb" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue