Update preferences.json

This commit is contained in:
Fury7425 2025-05-11 13:42:50 +09:00 committed by GitHub
parent 9efa4735b5
commit 8efcdb908e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,5 +26,24 @@
"type": "string",
"defaultValue": "8px",
"placeholder": "e.g. 10px"
},
{
"property": "user-tab-movement",
"label": "Tab movement amount (e.g. 2%)",
"type": "string",
"defaultValue": "2%",
"placeholder": "e.g. 2%"
},
{
"property": "tab-shadow-enabled",
"label": "Enable Tab Shadows(enables shadow aroung the moving page)",
"type": "checkbox",
"defaultValue": true
},
{
"property": "border-shadow-disabled",
"label": "Disable Border Shadows(DIsables shadow around the web page)",
"type": "checkbox",
"defaultValue": true
}
]
]