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",
"author": "RobotoSkunk",
"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": [],
"createdAt": "2024-11-24",
"updatedAt": "2025-01-31"

View file

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