JSON Schema Property 'incognito'

Description

Specify how this extension will behave if allowed to run in incognito mode.

Diagram

JSON Schema Diagram of /properties/incognito

Value

String

Any String value.

Default

"spanning"

Enum

"spanning"
"split"

Source

"incognito": {
    "type": "string",
    "description": "Specify how this extension will behave if allowed to run in incognito mode.",
    "default": "spanning",
    "enum": [
        "spanning",
        "split"
    ]
}
http://json.schemastore.org/chrome-manifest (231:6)

References

Documentation for Chrome Manifest
Generated using Liquid Studio 2018 - JSON Studio Edition 16.0.0.7949