Skip to content

Commit 16a0139

Browse files
committed
updates
1 parent cbc1b0a commit 16a0139

File tree

1 file changed

+2
-2
lines changed
  • files/en-us/mozilla/add-ons/webextensions/manifest.json/chrome_settings_overrides

1 file changed

+2
-2
lines changed

files/en-us/mozilla/add-ons/webextensions/manifest.json/chrome_settings_overrides/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)