Specify how this extension will behave if allowed to run in incognito mode.
Diagram
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"
]
}