mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 00:45:30 +02:00
28 lines
585 B
JSON
28 lines
585 B
JSON
[
|
|
{
|
|
"property": "theme.custom_menubutton.default",
|
|
"label": "Select Button:",
|
|
"type": "dropdown",
|
|
"defaultValue": "Default",
|
|
"options": [
|
|
{
|
|
"label": "Default",
|
|
"value": "Default"
|
|
},
|
|
{
|
|
"label": "Firefox",
|
|
"value": "Firefox"
|
|
},
|
|
{
|
|
"label": "Custom",
|
|
"value": "Custom"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"property": "theme.custom_menubutton.custom",
|
|
"label": "Custom Button: url(url or base64 here)",
|
|
"type": "string",
|
|
"defaultValue": "url(chrome://branding/content/icon32.png)"
|
|
}
|
|
]
|