Rebuild themes.json after theme submission

This commit is contained in:
github-actions[bot] 2025-03-07 15:59:25 +00:00
parent 21b3990b7a
commit 5afb1dd7df
5 changed files with 1060 additions and 1035 deletions

File diff suppressed because it is too large Load diff

View file

@ -1,27 +1,26 @@
[
{
"property": "browser.tabs.allow_transparent_browser",
"label": "Allow zen browser to be transparent",
"type": "checkbox",
"defaultvalue": true
"property": "browser.tabs.allow_transparent_browser",
"label": "Allow zen browser to be transparent",
"type": "checkbox",
"defaultvalue": true
},
{
"property": "mod.sameerasw.zen_transparency_color",
"label": "Set background color for Zen",
"type": "string",
"defaultvalue": "#00000000"
"property": "mod.sameerasw.zen_transparency_color",
"label": "Set background color for Zen",
"type": "string",
"defaultvalue": "#00000000"
},
{
"property": "mod.sameerasw.zen_bg_img_enabled",
"label": "Enable custom background image for Zen",
"type": "checkbox",
"defaultvalue": false
"property": "mod.sameerasw.zen_bg_img_enabled",
"label": "Enable custom background image for Zen",
"type": "checkbox",
"defaultvalue": false
},
{
"property": "mod.sameerasw.zen_transparency",
"label": "Set bg image url",
"type": "string",
"defaultvalue": ""
"property": "mod.sameerasw.zen_transparency",
"label": "Set bg image url",
"type": "string",
"defaultvalue": ""
}
]
]