mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05:31 +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",
|
"type": "string",
|
||||||
"defaultValue": "8px",
|
"defaultValue": "8px",
|
||||||
"placeholder": "e.g. 10px"
|
"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