diff --git a/files/en-us/mozilla/add-ons/webextensions/manifest.json/chrome_settings_overrides/index.md b/files/en-us/mozilla/add-ons/webextensions/manifest.json/chrome_settings_overrides/index.md index 7247b2d45c44c71..4f9292a26094583 100644 --- a/files/en-us/mozilla/add-ons/webextensions/manifest.json/chrome_settings_overrides/index.md +++ b/files/en-us/mozilla/add-ons/webextensions/manifest.json/chrome_settings_overrides/index.md @@ -157,12 +157,16 @@ The `chrome_settings_overrides` key is an object that may have the following pro
String: Address bar keyword for the search engine.
prepopulated_id {{optional_inline}}
The ID of a built-in search engine to use.
+
search_url_get_params {{optional_inline}}
+
String: GET parameters to send to search_url.
search_url_post_params {{optional_inline}}
String: POST parameters to send to search_url.
suggest_url {{optional_inline}}
String: URL used for search suggestions. This must be an HTTPS URL.
+
suggest_url_get_params {{optional_inline}}
+
String: GET parameters to send to suggest_url.
suggest_url_post_params {{optional_inline}}
String: POST parameters to send to suggest_url.