mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-08 01:10:01 +02:00
Update preferences.json
This commit is contained in:
parent
9efa4735b5
commit
8efcdb908e
1 changed files with 20 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue