firefox: codeberg search engine

This commit is contained in:
Primrose 2025-05-30 14:40:19 +02:00
parent 817576c3fb
commit bfb096ad73
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -40,6 +40,13 @@ in {
SuggestURLTemplate = withFlags "https://suggestqueries.google.com/complete/search?q={searchTerms}";
URLTemplate = withFlags "https://google.com/search?q={searchTerms}";
})
{
Name = "Codeberg";
Alias = "gco";
IconURL = "https://codeberg.org/favicon.ico";
Description = "Software development, but free!";
URLTemplate = "https://codeberg.org/explore/repos?q={searchTerms}";
}
];
};
};