librewolf: add protondb search engine

This commit is contained in:
2026-06-07 14:16:34 +02:00
parent 7072f2a39e
commit 5a8f8f5c08
+8
View File
@@ -683,6 +683,14 @@
];
definedAliases = ["on"];
};
"ProtonDB" = {
urls = [
{
template = "https://www.protondb.com/search?q={searchTerms}";
}
];
definedAliases = ["pr"];
};
};
};
};