mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 08:55:31 +02:00
Rebuild themes.json after theme submission
This commit is contained in:
parent
ad577730d2
commit
1f2b2abb8b
2 changed files with 26 additions and 26 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue