Rebuild themes.json after theme submission

This commit is contained in:
github-actions[bot] 2025-03-09 10:42:16 +00:00
parent ccce096733
commit 21e5f9ab75
2 changed files with 30 additions and 30 deletions

View file

@ -504,16 +504,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 add a custom bg image.", "description": "Make the Zen Browser's background transparent and modify the empty tab page. 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.1.0", "version": "1.9.0",
"tags": [], "tags": [],
"createdAt": "2025-02-04", "createdAt": "2025-02-04",
"updatedAt": "2025-03-07", "updatedAt": "2025-03-09",
"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"
}, },
"2e3369c7-e450-46ba-8794-75ccb0de5e48": { "2e3369c7-e450-46ba-8794-75ccb0de5e48": {
@ -1128,10 +1128,11 @@
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a5f6a231-e3c8-4ce8-8a8e-3e93efd6adec/readme.md", "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a5f6a231-e3c8-4ce8-8a8e-3e93efd6adec/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a5f6a231-e3c8-4ce8-8a8e-3e93efd6adec/image.png", "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a5f6a231-e3c8-4ce8-8a8e-3e93efd6adec/image.png",
"author": "Dinno-DEV", "author": "Dinno-DEV",
"preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a5f6a231-e3c8-4ce8-8a8e-3e93efd6adec/preferences.json",
"version": "1.0.4", "version": "1.0.4",
"tags": [], "tags": [],
"createdAt": "2024-11-01", "createdAt": "2024-11-01",
"updatedAt": "2025-03-07" "updatedAt": "2025-03-09"
}, },
"ecda11ae-d3fd-4052-8881-303b2504e3ce": { "ecda11ae-d3fd-4052-8881-303b2504e3ce": {
"id": "ecda11ae-d3fd-4052-8881-303b2504e3ce", "id": "ecda11ae-d3fd-4052-8881-303b2504e3ce",

View file

@ -1,39 +1,38 @@
[ [
{ {
"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_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_bg_img_enabled", "property": "mod.sameerasw.zen_bg_img_enabled",
"label": "Enable custom background image for Zen empty page", "label": "Enable custom background image for Zen empty page",
"type": "checkbox", "type": "checkbox",
"defaultvalue": false "defaultvalue": false
}, },
{ {
"property": "mod.sameerasw.zen_transparency", "property": "mod.sameerasw.zen_transparency",
"label": "Set bg image url", "label": "Set bg image url",
"type": "string", "type": "string",
"defaultvalue": "" "defaultvalue": ""
}, },
{ {
"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
} }
] ]