mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05:31 +02:00
27 lines
No EOL
644 B
JSON
27 lines
No EOL
644 B
JSON
[
|
|
{
|
|
"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": [],
|
|
"options": [
|
|
{
|
|
"label": "Left",
|
|
"value": "left"
|
|
},
|
|
{
|
|
"label": "Center",
|
|
"value": "default"
|
|
},
|
|
{
|
|
"label": "Right",
|
|
"value": "right"
|
|
}
|
|
]
|
|
}
|
|
] |