Update preferences.json

This commit is contained in:
Fury7425 2025-04-24 16:49:09 +09:00 committed by GitHub
parent bdc918269b
commit 95f78811e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,29 +1,31 @@
[ [
{ {
"property": "mod.browser.scale_enabled", "property": "user-browser-scale",
"label": "Enable swipe scale animation", "label": "Swipe scale (e.g. 0.98 for 2%)",
"type": "checkbox", "type": "string",
"defaultValue": true "defaultValue": "0.98",
"placeholder": "0.971.00"
}, },
{ {
"property": "user-browser-scale", "property": "user-browser-ease-swipe",
"label": "Swipe scale (e.g. 0.98 for 2%)", "label": "Swipe easing curve (4 numbers)",
"type": "string", "type": "string",
"defaultValue": "0.98", "defaultValue": "0.3, 1.2, 0.5, 1",
"placeholder": "0.97\u20131.00" "placeholder": "e.g. 0.25, 0.1, 0.25, 1"
}, },
{ {
"property": "user-browser-ease-swipe", "property": "user-browser-ease-reset",
"label": "Swipe easing curve (4 numbers)", "label": "Reset easing curve (4 numbers)",
"type": "string", "type": "string",
"defaultValue": "0.3, 1.2, 0.5, 1", "defaultValue": "0.2, 1.4, 0.3, 1",
"placeholder": "e.g. 0.25, 0.1, 0.25, 1" "placeholder": "e.g. 0.2, 0.8, 0.2, 1"
}, },
{ {
"property": "user-browser-ease-reset", "property": "user-tab-radius",
"label": "Reset easing curve (4 numbers)", "label": "Tab border radius (e.g. 8px)",
"type": "string", "type": "string",
"defaultValue": "0.2, 1.4, 0.3, 1", "defaultValue": "8px",
"placeholder": "e.g. 0.2, 0.8, 0.2, 1" "placeholder": "e.g. 10px"
} }
] ]