mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 08:55:31 +02:00
19 lines
No EOL
354 B
JSON
19 lines
No EOL
354 B
JSON
[
|
|
{
|
|
"property": "theme.floating_history.position",
|
|
"label": "Position",
|
|
"type": "dropdown",
|
|
"disabledOn": [],
|
|
"defaultValue": "right",
|
|
"options": [
|
|
{
|
|
"label": "Left",
|
|
"value": "left"
|
|
},
|
|
{
|
|
"label": "Right",
|
|
"value": "right"
|
|
}
|
|
]
|
|
}
|
|
] |