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": []
|
||||
}
|
||||
]
|
|
@ -8,4 +8,4 @@
|
|||
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/6cd4bca9-f17d-4461-b554-844d69a4887c/image.png",
|
||||
"author": "Dinno-DEV",
|
||||
"version": "1.0.1"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue