commit 7b633a3e86342e3cefb21bf0916907b9f79d51c3
parent 94ea722e0b7902209363dbee0928d526ba646b5a
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date: Thu, 17 Oct 2024 20:27:58 +0200
feat: Add AMO for Thunderbird
Diffstat:
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/config/config.php b/config/config.php
@@ -134,6 +134,14 @@ $searches = array(
"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"
),
+ "amotb" => array(
+ "name" => "Thunderbird Addons",
+ "website" => "https://addons.thunderbird.net/thunderbird/",
+ "query" => "https://addons.thunderbird.net/thunderbird/search/?q=%s",
+ "categories" => array("everything", "software"),
+ "keywords" => array("amotb", "atn", "tbaddons", "thunderbird", "tb"),
+ "description" => "Official site for discovering and installing add-ons for the E-Mail client Thunderbird, previously owned by Mozilla"
+ ),
"flathub" => array(
"name" => "Flathub",
"website" => "https://flathub.org",