Rebuild themes.json after theme submission

This commit is contained in:
github-actions[bot] 2025-01-31 23:19:51 +00:00
parent ad577730d2
commit 1f2b2abb8b
2 changed files with 26 additions and 26 deletions

View file

@ -1189,7 +1189,7 @@
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a6335949-4465-4b71-926c-4a52d34bc9c0/image.png", "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a6335949-4465-4b71-926c-4a52d34bc9c0/image.png",
"author": "RobotoSkunk", "author": "RobotoSkunk",
"preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a6335949-4465-4b71-926c-4a52d34bc9c0/preferences.json", "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a6335949-4465-4b71-926c-4a52d34bc9c0/preferences.json",
"version": "1.1.1", "version": "1.1.2",
"tags": [], "tags": [],
"createdAt": "2024-11-24", "createdAt": "2024-11-24",
"updatedAt": "2025-01-31" "updatedAt": "2025-01-31"

View file

@ -1,27 +1,27 @@
[ [
{ {
"property": "theme.better_find_bar.transparent_background", "property": "theme.better_find_bar.transparent_background",
"label": "Transparent background", "label": "Transparent background",
"type": "checkbox" "type": "checkbox"
}, },
{ {
"property": "theme.better_find_bar.horizontal_position", "property": "theme.better_find_bar.horizontal_position",
"label": "Horizontal position", "label": "Horizontal position",
"type": "dropdown", "type": "dropdown",
"disabledOn": [], "disabledOn": [],
"options": [ "options": [
{ {
"label": "Left", "label": "Left",
"value": "left" "value": "left"
}, },
{ {
"label": "Center", "label": "Center",
"value": "default" "value": "default"
}, },
{ {
"label": "Right", "label": "Right",
"value": "right" "value": "right"
} }
] ]
} }
] ]