diff options
| author | ta <alt3753.7@gmail.com> | 2022-08-24 17:27:36 +0700 |
|---|---|---|
| committer | ta <alt3753.7@gmail.com> | 2022-08-24 17:27:36 +0700 |
| commit | e5c1b64b1d0ea2b19c76a654a22e12c3042fe87f (patch) | |
| tree | 44d77c78a2dc9fa4183039995c1396883accc030 /searx/settings.yml | |
| parent | 4dc70b08a53ab1f6ef9a365d74bd5e3443c3326b (diff) | |
add the apple app store engine
The Apple App Store is the digital app distribution platform for iOS & iPadOS.
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 5 |
1 files changed, 5 insertions, 0 deletions
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 |