diff options
Diffstat (limited to 'ext/data/schemas')
-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 f4748e69..dc230620 100644 --- a/ext/data/schemas/options-schema.json +++ b/ext/data/schemas/options-schema.json @@ -225,8 +225,8 @@ }, "popupTheme": { "type": "string", - "enum": ["light", "dark", "browser"], - "default": "browser" + "enum": ["light", "dark", "browser", "site"], + "default": "site" }, "popupOuterTheme": { "type": "string", |