| // Copyright 2020 The Chromium Authors |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| |
| [ |
| { |
| "namespace": "incognito", |
| "description": "Dummy namespace for the incognito manifest key.", |
| "types": [ |
| { |
| "id": "IncognitoMode", |
| "type": "string", |
| "enum": ["split", "spanning", "not_allowed"] |
| } |
| ], |
| "manifest_keys": { |
| "incognito": { |
| "description": "Configures whether and how the extension runs in incognito mode. Default mode is <code>spanning</code>.", |
| "$ref": "IncognitoMode", |
| "optional": true |
| } |
| } |
| } |
| ] |