firefox: 129.0.2 ; apply last patch before migrate to search-config-v2
This commit is contained in:
parent
1374485dfd
commit
05320ef185
7 changed files with 179 additions and 6 deletions
BIN
helpers/DATA/firefox/tmp_favicons/ddg-html.ico
Normal file
BIN
helpers/DATA/firefox/tmp_favicons/ddg-html.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.7 KiB |
BIN
helpers/DATA/firefox/tmp_favicons/ddg.ico
Normal file
BIN
helpers/DATA/firefox/tmp_favicons/ddg.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.7 KiB |
BIN
helpers/DATA/firefox/tmp_favicons/ecosia.ico
Normal file
BIN
helpers/DATA/firefox/tmp_favicons/ecosia.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.3 KiB |
BIN
helpers/DATA/firefox/tmp_favicons/qwant.ico
Normal file
BIN
helpers/DATA/firefox/tmp_favicons/qwant.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.3 KiB |
BIN
helpers/DATA/firefox/tmp_favicons/wikipedia.ico
Normal file
BIN
helpers/DATA/firefox/tmp_favicons/wikipedia.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 884 B |
|
|
@ -0,0 +1,153 @@
|
|||
diff --git a/browser/components/search/extensions/ddg/manifest.json b/browser/components/search/extensions/ddg/manifest.json
|
||||
index 104eee64..62c546b4 100644
|
||||
--- a/browser/components/search/extensions/ddg/manifest.json
|
||||
+++ b/browser/components/search/extensions/ddg/manifest.json
|
||||
@@ -2,19 +2,24 @@
|
||||
"name": "DuckDuckGo",
|
||||
"description": "Search DuckDuckGo",
|
||||
"manifest_version": 2,
|
||||
- "version": "1.5",
|
||||
+ "version": "1.4",
|
||||
"browser_specific_settings": {
|
||||
"gecko": {
|
||||
"id": "ddg@search.mozilla.org"
|
||||
}
|
||||
},
|
||||
"hidden": true,
|
||||
+ "icons": {
|
||||
+ "16": "favicon.ico"
|
||||
+ },
|
||||
+ "web_accessible_resources": ["favicon.ico"],
|
||||
"chrome_settings_overrides": {
|
||||
"search_provider": {
|
||||
"keyword": ["@duckduckgo", "@ddg"],
|
||||
"name": "DuckDuckGo",
|
||||
"search_url": "https://duckduckgo.com/",
|
||||
- "search_url_get_params": "t=ffab&q={searchTerms}",
|
||||
+ "search_form": "https://duckduckgo.com/",
|
||||
+ "search_url_get_params": "q={searchTerms}",
|
||||
"suggest_url": "https://ac.duckduckgo.com/ac/",
|
||||
"suggest_url_get_params": "q={searchTerms}&type=list"
|
||||
}
|
||||
diff --git a/browser/components/search/extensions/ddg-html/manifest.json b/browser/components/search/extensions/ddg-html/manifest.json
|
||||
index b2deff22..0639b068 100644
|
||||
--- a/browser/components/search/extensions/ddg-html/manifest.json
|
||||
+++ b/browser/components/search/extensions/ddg-html/manifest.json
|
||||
@@ -2,19 +2,24 @@
|
||||
"name": "DuckDuckGo (HTML)",
|
||||
"description": "Search DuckDuckGo (HTML)",
|
||||
"manifest_version": 2,
|
||||
- "version": "1.5",
|
||||
+ "version": "1.4",
|
||||
"browser_specific_settings": {
|
||||
"gecko": {
|
||||
"id": "ddg-html@search.mozilla.org"
|
||||
}
|
||||
},
|
||||
"hidden": true,
|
||||
+ "icons": {
|
||||
+ "16": "favicon.ico"
|
||||
+ },
|
||||
+ "web_accessible_resources": ["favicon.ico"],
|
||||
"chrome_settings_overrides": {
|
||||
"search_provider": {
|
||||
"keyword": ["@duckduckgo", "@ddg"],
|
||||
"name": "DuckDuckGo (HTML)",
|
||||
"search_url": "https://html.duckduckgo.com/html/",
|
||||
- "search_url_get_params": "t=ffab&q={searchTerms}",
|
||||
+ "search_form": "https://html.duckduckgo.com/html/",
|
||||
+ "search_url_get_params": "q={searchTerms}",
|
||||
"suggest_url": "https://ac.duckduckgo.com/ac/",
|
||||
"suggest_url_get_params": "q={searchTerms}&type=list"
|
||||
}
|
||||
diff --git a/browser/components/search/extensions/ecosia/manifest.json b/browser/components/search/extensions/ecosia/manifest.json
|
||||
index b5312409..74fc9aff 100644
|
||||
--- a/browser/components/search/extensions/ecosia/manifest.json
|
||||
+++ b/browser/components/search/extensions/ecosia/manifest.json
|
||||
@@ -2,17 +2,22 @@
|
||||
"name": "Ecosia",
|
||||
"description": "Search Ecosia",
|
||||
"manifest_version": 2,
|
||||
- "version": "1.3",
|
||||
+ "version": "1.2",
|
||||
"browser_specific_settings": {
|
||||
"gecko": {
|
||||
"id": "ecosia@search.mozilla.org"
|
||||
}
|
||||
},
|
||||
"hidden": true,
|
||||
+ "icons": {
|
||||
+ "16": "favicon.ico"
|
||||
+ },
|
||||
+ "web_accessible_resources": ["favicon.ico"],
|
||||
"chrome_settings_overrides": {
|
||||
"search_provider": {
|
||||
"name": "Ecosia",
|
||||
"search_url": "https://www.ecosia.org/search",
|
||||
+ "search_form": "https://www.ecosia.org/",
|
||||
"search_url_get_params": "tt=mzl&q={searchTerms}",
|
||||
"suggest_url": "https://ac.ecosia.org/autocomplete",
|
||||
"suggest_url_get_params": "type=list&q={searchTerms}"
|
||||
diff --git a/browser/components/search/extensions/qwant/manifest.json b/browser/components/search/extensions/qwant/manifest.json
|
||||
index 66338257..cceb5994 100644
|
||||
--- a/browser/components/search/extensions/qwant/manifest.json
|
||||
+++ b/browser/components/search/extensions/qwant/manifest.json
|
||||
@@ -1,13 +1,17 @@
|
||||
{
|
||||
"name": "Qwant",
|
||||
"manifest_version": 2,
|
||||
- "version": "1.5",
|
||||
+ "version": "1.4",
|
||||
"browser_specific_settings": {
|
||||
"gecko": {
|
||||
"id": "qwant@search.mozilla.org"
|
||||
}
|
||||
},
|
||||
"hidden": true,
|
||||
+ "icons": {
|
||||
+ "16": "favicon.ico"
|
||||
+ },
|
||||
+ "web_accessible_resources": ["favicon.ico"],
|
||||
"chrome_settings_overrides": {
|
||||
"search_provider": {
|
||||
"keyword": "@qwant",
|
||||
@@ -15,7 +19,8 @@
|
||||
"search_url": "https://www.qwant.com/",
|
||||
"search_url_get_params": "client=brz-moz&q={searchTerms}",
|
||||
"suggest_url": "https://api.qwant.com/api/suggest/",
|
||||
- "suggest_url_get_params": "client=opensearch&q={searchTerms}"
|
||||
+ "suggest_url_get_params": "client=opensearch&q={searchTerms}",
|
||||
+ "search_form": "https://www.qwant.com/"
|
||||
}
|
||||
}
|
||||
}
|
||||
diff --git a/browser/components/search/extensions/wikipedia/manifest.json b/browser/components/search/extensions/wikipedia/manifest.json
|
||||
index 03e00b69..696d98fa 100644
|
||||
--- a/browser/components/search/extensions/wikipedia/manifest.json
|
||||
+++ b/browser/components/search/extensions/wikipedia/manifest.json
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "__MSG_extensionName__",
|
||||
"description": "__MSG_extensionDescription__",
|
||||
"manifest_version": 2,
|
||||
- "version": "1.4",
|
||||
+ "version": "1.3",
|
||||
"browser_specific_settings": {
|
||||
"gecko": {
|
||||
"id": "wikipedia@search.mozilla.org"
|
||||
@@ -10,11 +10,16 @@
|
||||
},
|
||||
"hidden": true,
|
||||
"default_locale": "en",
|
||||
+ "icons": {
|
||||
+ "16": "favicon.ico"
|
||||
+ },
|
||||
+ "web_accessible_resources": ["favicon.ico"],
|
||||
"chrome_settings_overrides": {
|
||||
"search_provider": {
|
||||
"keyword": "@wikipedia",
|
||||
"name": "__MSG_extensionName__",
|
||||
"search_url": "__MSG_searchUrl__",
|
||||
+ "search_form": "__MSG_searchForm__",
|
||||
"suggest_url": "__MSG_suggestUrl__",
|
||||
"search_url_get_params": "__MSG_searchUrlGetParams__"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue