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": { "642854b5-88b4-4c40-b256-e035532109df": {
"id": "642854b5-88b4-4c40-b256-e035532109df", "id": "642854b5-88b4-4c40-b256-e035532109df",
"name": "Transparent Zen", "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", "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", "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", "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", "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/642854b5-88b4-4c40-b256-e035532109df/image.png",
"author": "sameerasw", "author": "sameerasw",
"version": "1.9.1", "version": "1.11.2",
"tags": [], "tags": [],
"createdAt": "2025-02-04", "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" "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/642854b5-88b4-4c40-b256-e035532109df/preferences.json"
}, },
"22c9ec3b-7c62-46ae-991f-c8fff5046829": { "22c9ec3b-7c62-46ae-991f-c8fff5046829": {

View file

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