Rebuild themes.json after theme submission

This commit is contained in:
github-actions[bot] 2024-10-06 16:38:55 +00:00
parent 0c01a72c9b
commit b10eb86867
3 changed files with 36 additions and 9 deletions

File diff suppressed because one or more lines are too long

View file

@ -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": []
}
]

View file

@ -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"
}
}