diff options
Diffstat (limited to 'ext/bg/data')
-rw-r--r-- | ext/bg/data/options-schema.json | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ext/bg/data/options-schema.json b/ext/bg/data/options-schema.json index 4a953243..85275952 100644 --- a/ext/bg/data/options-schema.json +++ b/ext/bg/data/options-schema.json @@ -108,7 +108,8 @@ "showIframePopupsInRootFrame", "useSecurePopupFrameUrl", "usePopupShadowDom", - "usePopupWindow" + "usePopupWindow", + "maximumClipboardSearchLength" ], "properties": { "enable": { @@ -259,6 +260,11 @@ "usePopupWindow": { "type": "boolean", "default": false + }, + "maximumClipboardSearchLength": { + "type": "integer", + "default": 1000, + "minimum": 0 } } }, |