mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 08:55:31 +02:00
49 lines
No EOL
1.4 KiB
JSON
49 lines
No EOL
1.4 KiB
JSON
[
|
|
{
|
|
"property": "user-browser-scale",
|
|
"label": "Swipe scale (e.g. 0.98 for 2%)",
|
|
"type": "string",
|
|
"defaultValue": "0.98",
|
|
"placeholder": "0.97\u20131.00"
|
|
},
|
|
{
|
|
"property": "user-browser-ease-swipe",
|
|
"label": "Swipe easing curve (4 numbers)",
|
|
"type": "string",
|
|
"defaultValue": "0.3, 1.2, 0.5, 1",
|
|
"placeholder": "e.g. 0.25, 0.1, 0.25, 1"
|
|
},
|
|
{
|
|
"property": "user-browser-ease-reset",
|
|
"label": "Reset easing curve (4 numbers)",
|
|
"type": "string",
|
|
"defaultValue": "0.2, 1.4, 0.3, 1",
|
|
"placeholder": "e.g. 0.2, 0.8, 0.2, 1"
|
|
},
|
|
{
|
|
"property": "user-tab-radius",
|
|
"label": "Tab border radius (e.g. 8px)",
|
|
"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
|
|
}
|
|
] |