diff --git a/themes/8039de3b-72e1-41ea-83b3-5077cf0f98d1/preferences.json b/themes/8039de3b-72e1-41ea-83b3-5077cf0f98d1/preferences.json index 2b04cdf3..1adba9f1 100644 --- a/themes/8039de3b-72e1-41ea-83b3-5077cf0f98d1/preferences.json +++ b/themes/8039de3b-72e1-41ea-83b3-5077cf0f98d1/preferences.json @@ -1,29 +1,31 @@ [ { - "property": "mod.browser.scale_enabled", - "label": "Enable swipe scale animation", - "type": "checkbox", - "defaultValue": true + "property": "user-browser-scale", + "label": "Swipe scale (e.g. 0.98 for 2%)", + "type": "string", + "defaultValue": "0.98", + "placeholder": "0.97–1.00" }, { - "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-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-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" } -] \ No newline at end of file +] +