Add TYPO3 Extension Repository as Firefox search

This commit is contained in:
Daniel Siepmann 2024-04-18 10:04:18 +02:00
parent c69cd044f5
commit 9840d72f31
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4
2 changed files with 13 additions and 0 deletions

BIN
assets/typo3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 683 B

View file

@ -93,6 +93,19 @@ in {
icon = ./../../assets/packagist.png;
definedAliases = [ "@packagist" ];
};
"TYPO3 Extensions (TER)" = {
urls = [{
template = "https://extensions.typo3.org/";
params = [
{ name = "L"; value = "0"; }
{ name = "id"; value = "1"; }
{ name = "tx_solr[q]"; value = "{searchTerms}"; }
];
}];
icon = ./../../assets/typo3.png;
definedAliases = [ "@ter" ];
};
"GitHub" = {
urls = [{
template = "https://github.com/search";