commit 9484f8f38f4539ca643ea668c9e047dcdd703f3e
parent b20e3e95037485579f68b4ae4d08edf2e1f9bb3f
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date: Mon, 27 Jan 2025 21:35:28 +0100
fix: order by alphabet
Diffstat:
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/config/config.php b/config/config.php
@@ -175,14 +175,6 @@ $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("software", "foss", "community"),
- "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",
@@ -488,6 +480,14 @@ $searches = array(
"keywords" => array("thedocumentfoundation", "tdf", "libreoffice", "openoffice", "lo", "oo"),
"description" => "Encyclopedia, documentation and manuals for the LibreOffice office suite run by The Document Foundation"
),
+ "amotb" => array(
+ "name" => "Thunderbird Addons",
+ "website" => "https://addons.thunderbird.net/thunderbird/",
+ "query" => "https://addons.thunderbird.net/thunderbird/search/?q=%s",
+ "categories" => array("software", "foss", "community"),
+ "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"
+ ),
"tigervid" => array(
"name" => "Tiger Video",
"website" => "https://tiger.ch/Videos",