summaryrefslogtreecommitdiffstats
path: root/toolkit/components/search/tests/xpcshell/simple-engines/hidden/manifest.json
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 17:32:43 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 17:32:43 +0000
commit6bf0a5cb5034a7e684dcc3500e841785237ce2dd (patch)
treea68f146d7fa01f0134297619fbe7e33db084e0aa /toolkit/components/search/tests/xpcshell/simple-engines/hidden/manifest.json
parentInitial commit. (diff)
downloadthunderbird-upstream.tar.xz
thunderbird-upstream.zip
Adding upstream version 1:115.7.0.upstream/1%115.7.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'toolkit/components/search/tests/xpcshell/simple-engines/hidden/manifest.json')
-rw-r--r--toolkit/components/search/tests/xpcshell/simple-engines/hidden/manifest.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/toolkit/components/search/tests/xpcshell/simple-engines/hidden/manifest.json b/toolkit/components/search/tests/xpcshell/simple-engines/hidden/manifest.json
new file mode 100644
index 0000000000..203590f44d
--- /dev/null
+++ b/toolkit/components/search/tests/xpcshell/simple-engines/hidden/manifest.json
@@ -0,0 +1,29 @@
+{
+ "name": "hidden",
+ "manifest_version": 2,
+ "version": "1.0",
+ "description": "Hidden engine to test bug 1194265",
+ "browser_specific_settings": {
+ "gecko": {
+ "id": "hidden@search.mozilla.org"
+ }
+ },
+ "hidden": true,
+ "chrome_settings_overrides": {
+ "search_provider": {
+ "name": "hidden",
+ "search_url": "https://ar.wikipedia.org/wiki/%D8%AE%D8%A7%D8%B5:%D8%A8%D8%AD%D8%AB",
+ "params": [
+ {
+ "name": "search",
+ "value": "{searchTerms}"
+ },
+ {
+ "name": "sourceId",
+ "value": "Mozilla-search"
+ }
+ ],
+ "suggest_url": "https://ar.wikipedia.org/w/api.php?action=opensearch&search={searchTerms}"
+ }
+ }
+}