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
0c01a72c9b
commit
b10eb86867
3 changed files with 36 additions and 9 deletions
File diff suppressed because one or more lines are too long
|
@ -1,7 +1,34 @@
|
|||
{
|
||||
"property": "theme.zen-minimal-exit-menu.enable-macos-identic",
|
||||
"label": "Makes theme more identical to MacOS version.",
|
||||
"defaultValue": "false",
|
||||
"disabledOn": ["macos"],
|
||||
"type": "checkbox"
|
||||
}
|
||||
[
|
||||
{
|
||||
"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": []
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue