File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
files/en-us/mozilla/add-ons/webextensions/manifest.json/chrome_settings_overrides Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ The `chrome_settings_overrides` key is an object that may have the following pro
5454 This is a [ localizable property] ( /en-US/docs/Mozilla/Add-ons/WebExtensions/Internationalization#internationalizing_manifest.json ) .
5555
5656- ` search_provider `
57- - : Defines a search provider to add to the browser.
57+ - : ` object ` . Defines a search provider to add to the browser.
5858
5959 The search provider has a name and a primary search URL. Alternative
6060 URLs may be provided, including URLs for more specialized searches
@@ -72,7 +72,7 @@ The `chrome_settings_overrides` key is an object that may have the following pro
7272 search provider by typing the keyword into the search/address bar
7373 before the search term.
7474
75- This is an object with the properties listed below . All string
75+ This object has these properties. All string
7676 properties are [ localizable] ( /en-US/docs/Mozilla/Add-ons/WebExtensions/Internationalization#internationalizing_manifest.json ) .
7777 - ` name `
7878 - : ` string ` . The search engine's name, displayed to the user.
You can’t perform that action at this time.
0 commit comments