Rebuild themes.json after theme submission

This commit is contained in:
github-actions[bot] 2025-04-11 22:01:16 +00:00
parent 2ba7bfa437
commit 48953c160e
2 changed files with 63 additions and 63 deletions

View file

@ -562,16 +562,16 @@
"642854b5-88b4-4c40-b256-e035532109df": {
"id": "642854b5-88b4-4c40-b256-e035532109df",
"name": "Transparent Zen",
"description": "Make the Zen Browser's background transparent and modify the empty tab page. Turn off transparency in mod settings before uninstallation.",
"description": "Make the Zen Browser's background transparent and modify the empty tab page and ahve animations that goes along with the transparency. Turn off transparency in mod settings before uninstallation.",
"homepage": "https://github.com/sameerasw/zen-themes/tree/main/TransparentZen",
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/642854b5-88b4-4c40-b256-e035532109df/chrome.css",
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/642854b5-88b4-4c40-b256-e035532109df/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/642854b5-88b4-4c40-b256-e035532109df/image.png",
"author": "sameerasw",
"version": "1.9.1",
"version": "1.11.2",
"tags": [],
"createdAt": "2025-02-04",
"updatedAt": "2025-03-11",
"updatedAt": "2025-04-11",
"preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/642854b5-88b4-4c40-b256-e035532109df/preferences.json"
},
"22c9ec3b-7c62-46ae-991f-c8fff5046829": {

View file

@ -1,62 +1,62 @@
[
{
"property": "browser.tabs.allow_transparent_browser",
"label": "Allow zen browser to be transparent (Turn off before uninstall)",
"type": "checkbox",
"defaultvalue": true
},
{
"property": "mod.sameerasw.zen_bg_color_enabled",
"label": "Enable custom background color for Zen",
"type": "checkbox",
"defaultvalue": false
},
{
"property": "mod.sameerasw.zen_transparency_color",
"label": "Set background color for Zen (Overrides default theme colors)",
"type": "string",
"defaultvalue": "#00000000"
},
{
"property": "mod.sameerasw.zen_light_tint_flip",
"label": "Flip light tint for Zen after 1.8b to dark",
"type": "checkbox",
"defaultvalue": false
},
{
"property": "mod.sameerasw.zen_light_tint_disabled",
"label": "Disable light tint for Zen after 1.8b",
"type": "checkbox",
"defaultvalue": true
},
{
"property": "mod.sameerasw.zen_empty_page_transparency",
"label": "Make the empty page transparent after Zen 1.9b",
"type": "checkbox",
"defaultvalue": true
},
{
"property": "mod.sameerasw.zen_no_shadow",
"label": "Remove the shadow around the web page",
"type": "checkbox",
"defaultvalue": false
},
{
"property": "mod.sameerasw.zen_tab_switch_anim",
"label": "Enable tab switch animation",
"type": "checkbox",
"defaultvalue": false
},
{
"property": "mod.sameerasw.zen_urlbar_zoom_anim",
"label": "Enable URL bar zoom animation",
"type": "checkbox",
"defaultvalue": false
},
{
"property": "mod.sameerasw.zen_trackpad_anim",
"label": "Enable trackpad animation",
"type": "checkbox",
"defaultvalue": false
}
{
"property": "browser.tabs.allow_transparent_browser",
"label": "Allow zen browser to be transparent (Turn off before uninstall)",
"type": "checkbox",
"defaultvalue": true
},
{
"property": "mod.sameerasw.zen_bg_color_enabled",
"label": "Enable custom background color for Zen",
"type": "checkbox",
"defaultvalue": false
},
{
"property": "mod.sameerasw.zen_transparency_color",
"label": "Set background color for Zen (Overrides default theme colors)",
"type": "string",
"defaultvalue": "#00000000"
},
{
"property": "mod.sameerasw.zen_light_tint_flip",
"label": "Flip light tint for Zen after 1.8b to dark",
"type": "checkbox",
"defaultvalue": false
},
{
"property": "mod.sameerasw.zen_light_tint_disabled",
"label": "Disable light tint for Zen after 1.8b",
"type": "checkbox",
"defaultvalue": true
},
{
"property": "mod.sameerasw.zen_empty_page_transparency",
"label": "Make the empty page transparent after Zen 1.9b",
"type": "checkbox",
"defaultvalue": true
},
{
"property": "mod.sameerasw.zen_no_shadow",
"label": "Remove the shadow around the web page",
"type": "checkbox",
"defaultvalue": false
},
{
"property": "mod.sameerasw.zen_tab_switch_anim",
"label": "Enable tab switch animation",
"type": "checkbox",
"defaultvalue": false
},
{
"property": "mod.sameerasw.zen_urlbar_zoom_anim",
"label": "Enable URL bar zoom animation",
"type": "checkbox",
"defaultvalue": false
},
{
"property": "mod.sameerasw.zen_trackpad_anim",
"label": "Enable trackpad animation",
"type": "checkbox",
"defaultvalue": false
}
]