From e8238107234141c077dc50ccf4c35d3503ed058c Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 24 Mar 2024 08:16:20 +0200 Subject: [PATCH] firefox: add search engine aliases --- etc/firefox/policies/policies.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/firefox/policies/policies.json b/etc/firefox/policies/policies.json index 37beed1..f2c71d3 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -125,7 +125,7 @@ "SearchEngines": { "Add": [ { - "Alias": "", + "Alias": "dl", "Description": "Minimal, ad-free version of DuckDuckGo", "Method": "POST", "Name": "DuckDuckGo Lite", @@ -133,7 +133,7 @@ "URLTemplate": "https://duckduckgo.com/lite/?q={searchTerms}" }, { - "Alias": "", + "Alias": "d", "Description": "DuckDuckGo Start page version", "Method": "GET", "Name": "DuckDuckGo Start",