mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05: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",
|
"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"
|
||||||
|
|
|
@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
Loading…
Add table
Add a link
Reference in a new issue