librewolf: add pvv wiki search engine

This commit is contained in:
2026-04-20 05:27:25 +02:00
parent b19543d505
commit 632199322b

View File

@@ -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" ];
};
};
};
};