mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 00:45:30 +02:00
26 lines
586 B
JSON
26 lines
586 B
JSON
[
|
|
{
|
|
"property": "uc.hide-minimize",
|
|
"label": "Hide the minimize window button",
|
|
"type": "checkbox",
|
|
"disabledOn": ["macos"]
|
|
},
|
|
{
|
|
"property": "uc.hide-maximize",
|
|
"label": "Hide the maximize window button",
|
|
"type": "checkbox",
|
|
"disabledOn": ["macos"]
|
|
},
|
|
{
|
|
"property": "uc.hide-close",
|
|
"label": "Hide the close window button",
|
|
"type": "checkbox",
|
|
"disabledOn": ["macos"]
|
|
},
|
|
{
|
|
"property": "uc.hide-window-buttons",
|
|
"label": "Hide the window buttons",
|
|
"type": "checkbox",
|
|
"disabledOn": ["linux", "windows"]
|
|
}
|
|
]
|