| OLD | NEW |
| 1 <h1 id="incognito">Manifest - Incognito</h1> | 1 <h1 id="incognito">Manifest - Incognito</h1> |
| 2 | 2 |
| 3 <p> | 3 <p> |
| 4 Use the <code>"incognito"</code> manifest key with either | 4 Use the <code>"incognito"</code> manifest key with either |
| 5 <code>"spanning"</code> or <code>"split"</code> to specify how this | 5 <code>"spanning"</code> or <code>"split"</code> to specify how this |
| 6 {{platform}} will behave if allowed to run in incognito mode. | 6 {{platform}} will behave if allowed to run in incognito mode. |
| 7 </p> | 7 </p> |
| 8 | 8 |
| 9 <p> | 9 <p> |
| 10 Only extensions can choose. Apps will always use the default value for the app | 10 Only extensions can choose. Apps will always use the default value for the app |
| (...skipping 26 matching lines...) Expand all Loading... |
| 37 | 37 |
| 38 <h2 id="how-to-choose">How to choose</h2> | 38 <h2 id="how-to-choose">How to choose</h2> |
| 39 <p> | 39 <p> |
| 40 As a rule of thumb, if your extension or app needs to load a tab in an | 40 As a rule of thumb, if your extension or app needs to load a tab in an |
| 41 incognito browser, use <em>split</em> incognito behavior. If your extension or | 41 incognito browser, use <em>split</em> incognito behavior. If your extension or |
| 42 app needs to be logged into a remote server use <em>spanning</em> incognito | 42 app needs to be logged into a remote server use <em>spanning</em> incognito |
| 43 behavior. | 43 behavior. |
| 44 </p> | 44 </p> |
| 45 | 45 |
| 46 <p> | 46 <p> |
| 47 <a href="/{{platform}}s/storage.html#property-sync">chrome.storage.sync</a> and | 47 <a href="/{{platform}}s/storage#property-sync">chrome.storage.sync</a> and |
| 48 <a href="/{{platform}}s/storage.html#property-local">chrome.storage.local</a> | 48 <a href="/{{platform}}s/storage#property-local">chrome.storage.local</a> |
| 49 are <em>always</em> shared between regular and incognito processes. It is | 49 are <em>always</em> shared between regular and incognito processes. It is |
| 50 recommended to use them for persisting your {{platform}}'s settings. | 50 recommended to use them for persisting your {{platform}}'s settings. |
| 51 </p> | 51 </p> |
| OLD | NEW |