mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 08:55:31 +02:00
Rebuild themes.json after theme submission
This commit is contained in:
parent
de800a7cfe
commit
47b038f525
4 changed files with 1024 additions and 994 deletions
1996
themes.json
1996
themes.json
File diff suppressed because it is too large
Load diff
|
@ -46,4 +46,4 @@
|
||||||
"type": "checkbox",
|
"type": "checkbox",
|
||||||
"defaultValue": true
|
"defaultValue": true
|
||||||
}
|
}
|
||||||
]
|
]
|
|
@ -12,4 +12,4 @@
|
||||||
"tags": [],
|
"tags": [],
|
||||||
"createdAt": "2024-10-09",
|
"createdAt": "2024-10-09",
|
||||||
"updatedAt": "2025-02-16"
|
"updatedAt": "2025-02-16"
|
||||||
}
|
}
|
|
@ -1,9 +1,11 @@
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"property": "theme.zen-minimal-exit-menu.enable-macos-identic",
|
"property": "theme.zen-minimal-exit-menu.enable-macos-identic",
|
||||||
"label": "Makes theme more identical to MacOS version.",
|
"label": "Makes theme more identical to MacOS version.",
|
||||||
"defaultValue": "false",
|
"defaultValue": "false",
|
||||||
"disabledOn": ["macos"],
|
"disabledOn": [
|
||||||
"type": "checkbox"
|
"macos"
|
||||||
}
|
],
|
||||||
|
"type": "checkbox"
|
||||||
|
}
|
||||||
]
|
]
|
Loading…
Add table
Add a link
Reference in a new issue