pub / serci

Search the web with !keywords
git clone https://https://src.jayvii.de/pub/serci.git
Home | Log | Files | Exports | Refs | README | RSS

commit 94ea722e0b7902209363dbee0928d526ba646b5a
parent d0a6e2e4151cb79f16fa22bd208ea10e57c926ca
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Thu, 17 Oct 2024 20:13:22 +0200

feat: Add AMO for Firefox

Diffstat:
Mconfig/config.php | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/config/config.php b/config/config.php @@ -126,6 +126,14 @@ $searches = array( "keywords" => array("fireballweb", "fireball", "fb"), "description" => "A search engine operated by Fireball Labs GmbH, based in Munich, that used to be one of the leading search plattforms in Germany during the 1990s" ), + "amoff" => array( + "name" => "Firefox Addons", + "website" => "https://addons.mozilla.org/firefox/", + "query" => "https://addons.mozilla.org/firefox/search/?q=%s", + "categories" => array("everything", "software"), + "keywords" => array("amoff", "amo", "ffaddons", "firefox", "ff"), + "description" => "Official site for discovering and installing add-ons for the Mozilla Firefox browser and web browsers based on the Gecko Engine" + ), "flathub" => array( "name" => "Flathub", "website" => "https://flathub.org",