| OLD | NEW |
| 1 <h1>Settings Overrides</h1> | 1 <h1>Settings Overrides</h1> |
| 2 | 2 |
| 3 <p> | 3 <p> |
| 4 Settings overrides are a way for extensions to override selected Chrome settings
. | 4 Settings overrides are a way for extensions to override selected Chrome settings
. |
| 5 The API is available only on Windows. | 5 The API is available on Windows in all current versions of Chrome and is |
| 6 available on Mac in Chrome 56 and later. |
| 6 </p> | 7 </p> |
| 7 | 8 |
| 8 <h2 id="others">Homepage, Search Provider, and Startup Pages</h2> | 9 <h2 id="others">Homepage, Search Provider, and Startup Pages</h2> |
| 9 <p> | 10 <p> |
| 10 Here is an example how <a href="#homepage">homepage</a>, <a | 11 Here is an example how <a href="#homepage">homepage</a>, <a |
| 11 href="#search_provider">search provider</a> and <a href="#startup_pages">startup | 12 href="#search_provider">search provider</a> and <a href="#startup_pages">startup |
| 12 pages</a> can be modified in the <a href="manifest">extension | 13 pages</a> can be modified in the <a href="manifest">extension |
| 13 manifest</a>. Web sites used in the settings API must be | 14 manifest</a>. Web sites used in the settings API must be |
| 14 <a href="https://support.google.com/webmasters/answer/35179">verified</a> (via | 15 <a href="https://support.google.com/webmasters/answer/35179">verified</a> (via |
| 15 Webmaster Tools) as being associated with that item in the Chrome Web Store. | 16 Webmaster Tools) as being associated with that item in the Chrome Web Store. |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 73 </li> | 74 </li> |
| 74 </ul> | 75 </ul> |
| 75 | 76 |
| 76 <h2 id="reference">Reference</h2> | 77 <h2 id="reference">Reference</h2> |
| 77 <p> | 78 <p> |
| 78 An extension can override one or more of the following properties in the | 79 An extension can override one or more of the following properties in the |
| 79 manifest: | 80 manifest: |
| 80 </p> | 81 </p> |
| 81 {{+partials.manifest_type | 82 {{+partials.manifest_type |
| 82 type:apis.extensions.manifestTypes.byName.ChromeSettingsOverrides /}} | 83 type:apis.extensions.manifestTypes.byName.ChromeSettingsOverrides /}} |
| OLD | NEW |