diff options
Diffstat (limited to 'ext/data')
-rw-r--r-- | ext/data/schemas/options-schema.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/data/schemas/options-schema.json b/ext/data/schemas/options-schema.json index 5c01f9f8..74ae3300 100644 --- a/ext/data/schemas/options-schema.json +++ b/ext/data/schemas/options-schema.json @@ -214,12 +214,12 @@ }, "popupTheme": { "type": "string", - "enum": ["default", "dark"], + "enum": ["light", "dark", "browser"], "default": "default" }, "popupOuterTheme": { "type": "string", - "enum": ["default", "dark", "auto"], + "enum": ["light", "dark", "browser", "site"], "default": "default" }, "customPopupCss": { |