commit 0c86068e4167996faed9944050302232f916fe89
parent 077b9abddbc6217c36379592f53198c180d902f9
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date: Wed, 16 Oct 2024 19:25:24 +0200
feat: Add Fireball
Diffstat:
1 file changed, 21 insertions(+), 0 deletions(-)
diff --git a/config/config.php b/config/config.php
@@ -76,6 +76,27 @@ $searches = array(
"categories" => array("everything", "software", "android"),
"keywords" => array("fdroid", "droid", "fd", "android")
),
+ "fireballweb" => array(
+ "name" => "Fireball Web",
+ "website" => "https://fireball.com",
+ "query" => "https://fireball.com/search/?f=web&q=%s",
+ "categories" => array("everything", "web"),
+ "keywords" => array("fireballweb", "fireball", "fb")
+ ),
+ "fireballimg" => array(
+ "name" => "Fireball Images",
+ "website" => "https://fireball.com",
+ "query" => "https://fireball.com/search/?f=images&q=%s",
+ "categories" => array("everything", "img"),
+ "keywords" => array("fireballimg", "fbimg")
+ ),
+ "fireballvid" => array(
+ "name" => "Fireball Videos",
+ "website" => "https://fireball.com",
+ "query" => "https://fireball.com/search/?f=videos&q=%s",
+ "categories" => array("everything", "vid"),
+ "keywords" => array("fireballimg", "fbvid")
+ ),
"flathub" => array(
"name" => "Flathub",
"website" => "https://flathub.org",