mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 08:55:31 +02:00
32 lines
609 B
JSON
32 lines
609 B
JSON
[
|
|
{
|
|
"property": "property",
|
|
"label": "theme.zen-minimal-exit-menu.enable-macos-identic",
|
|
"type": "checkbox",
|
|
"disabledOn": []
|
|
},
|
|
{
|
|
"property": "label",
|
|
"label": "Makes theme more identical to MacOS version.",
|
|
"type": "checkbox",
|
|
"disabledOn": []
|
|
},
|
|
{
|
|
"property": "defaultValue",
|
|
"label": "false",
|
|
"type": "checkbox",
|
|
"disabledOn": []
|
|
},
|
|
{
|
|
"property": "disabledOn",
|
|
"label": ["macos"],
|
|
"type": "checkbox",
|
|
"disabledOn": []
|
|
},
|
|
{
|
|
"property": "type",
|
|
"label": "checkbox",
|
|
"type": "checkbox",
|
|
"disabledOn": []
|
|
}
|
|
]
|