From 723a5f93081ef29bf83ec2582f9d5a73000385cf Mon Sep 17 00:00:00 2001 From: Sam Macbeth Date: Mon, 26 Oct 2020 15:18:10 +0100 Subject: [PATCH] Add query suggestion endpoint. --- src/manifest.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/manifest.json b/src/manifest.json index 9ee95b4..9e68969 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -37,7 +37,9 @@ "search_url": "https://ghosterysearch.com/search?q={searchTerms}", "keyword": "Ghostery", "favicon_url": "https://ghosterysearch.com/img/favicon-32x32.png", - "is_default": true + "is_default": true, + "suggest_url": "https://ghosterysearch.com/suggest", + "suggest_url_get_params": "q={searchTerms}" } }, "experiment_apis": {