From e5c1b64b1d0ea2b19c76a654a22e12c3042fe87f Mon Sep 17 00:00:00 2001 From: ta Date: Wed, 24 Aug 2022 17:27:36 +0700 Subject: add the apple app store engine The Apple App Store is the digital app distribution platform for iOS & iPadOS. --- searx/settings.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'searx/settings.yml') diff --git a/searx/settings.yml b/searx/settings.yml index a61be1071..82fa9c165 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -268,6 +268,11 @@ engines: shortcut: apkm disabled: true + - name: apple app store + engine: apple_app_store + shortcut: aps + disabled: true + # Requires Tor - name: ahmia engine: ahmia -- cgit v1.2.3