librewolf: add pvv wiki search engine
This commit is contained in:
@@ -192,6 +192,23 @@ in
|
||||
icon = "https://ordbokene.no/favicon.ico";
|
||||
definedAliases = [ "ob" ];
|
||||
};
|
||||
|
||||
pvv-wiki = {
|
||||
name = "PVV Wiki";
|
||||
urls = [
|
||||
{
|
||||
template = "https://wiki.pvv.ntnu.no/w/index.php";
|
||||
params = [
|
||||
{
|
||||
name = "search";
|
||||
value = "{searchTerms}";
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
icon = "https://wiki.pvv.ntnu.no/PNG/PVV-logo.svg";
|
||||
definedAliases = [ "pw" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user