mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-08 01:10:01 +02:00
Rebuild themes.json after theme submission
This commit is contained in:
parent
afaca71a0d
commit
9efa4735b5
4 changed files with 1094 additions and 1081 deletions
2040
themes.json
2040
themes.json
File diff suppressed because it is too large
Load diff
|
@ -1,31 +1,30 @@
|
|||
[
|
||||
{
|
||||
"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"
|
||||
"property": "user-tab-radius",
|
||||
"label": "Tab border radius (e.g. 8px)",
|
||||
"type": "string",
|
||||
"defaultValue": "8px",
|
||||
"placeholder": "e.g. 10px"
|
||||
}
|
||||
]
|
||||
|
||||
]
|
|
@ -1,47 +1,47 @@
|
|||
[
|
||||
{
|
||||
"property": "theme.better_find_bar.transparent_background",
|
||||
"label": "Transparent background",
|
||||
"type": "checkbox"
|
||||
},
|
||||
{
|
||||
"property": "theme.better_find_bar.horizontal_position",
|
||||
"label": "Horizontal position",
|
||||
"type": "dropdown",
|
||||
"disabledOn": [],
|
||||
"placeholder": "Select horizontal position",
|
||||
"defaultValue": "default",
|
||||
"options": [
|
||||
{
|
||||
"label": "Left",
|
||||
"value": "left"
|
||||
},
|
||||
{
|
||||
"label": "Center",
|
||||
"value": "default"
|
||||
},
|
||||
{
|
||||
"label": "Right",
|
||||
"value": "right"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "theme.better_find_bar.vertical_position",
|
||||
"label": "Vertical position",
|
||||
"type": "dropdown",
|
||||
"disabledOn": [],
|
||||
"placeholder": "Select vertical position",
|
||||
"defaultValue": "default",
|
||||
"options": [
|
||||
{
|
||||
"label": "Top",
|
||||
"value": "top"
|
||||
},
|
||||
{
|
||||
"label": "Bottom",
|
||||
"value": "default"
|
||||
}
|
||||
]
|
||||
}
|
||||
{
|
||||
"property": "theme.better_find_bar.transparent_background",
|
||||
"label": "Transparent background",
|
||||
"type": "checkbox"
|
||||
},
|
||||
{
|
||||
"property": "theme.better_find_bar.horizontal_position",
|
||||
"label": "Horizontal position",
|
||||
"type": "dropdown",
|
||||
"disabledOn": [],
|
||||
"placeholder": "Select horizontal position",
|
||||
"defaultValue": "default",
|
||||
"options": [
|
||||
{
|
||||
"label": "Left",
|
||||
"value": "left"
|
||||
},
|
||||
{
|
||||
"label": "Center",
|
||||
"value": "default"
|
||||
},
|
||||
{
|
||||
"label": "Right",
|
||||
"value": "right"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"property": "theme.better_find_bar.vertical_position",
|
||||
"label": "Vertical position",
|
||||
"type": "dropdown",
|
||||
"disabledOn": [],
|
||||
"placeholder": "Select vertical position",
|
||||
"defaultValue": "default",
|
||||
"options": [
|
||||
{
|
||||
"label": "Top",
|
||||
"value": "top"
|
||||
},
|
||||
{
|
||||
"label": "Bottom",
|
||||
"value": "default"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
|
@ -314,4 +314,4 @@
|
|||
"disabledOn": [],
|
||||
"defaultValue": "1"
|
||||
}
|
||||
]
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue