mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05:31 +02:00
245 lines
6.4 KiB
JSON
245 lines
6.4 KiB
JSON
[
|
|
{
|
|
"property": "uc.essentials.width",
|
|
"label": "Select the general width of Essentials (The width before the Essentials start wrapping to the next row)",
|
|
"type": "dropdown",
|
|
"placeholder": "Zen Default",
|
|
"defaultValue": "Normal",
|
|
"disabledOn": [],
|
|
"options": [
|
|
{
|
|
"label": "Thin",
|
|
"value": "Thin"
|
|
},
|
|
{
|
|
"label": "Normal",
|
|
"value": "Normal"
|
|
},
|
|
{
|
|
"label": "Wide",
|
|
"value": "Wide"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"property": "uc.essentials.gap",
|
|
"label": "Select the gap between Essentials",
|
|
"type": "dropdown",
|
|
"placeholder": "Zen Default",
|
|
"defaultValue": "Normal",
|
|
"disabledOn": [],
|
|
"options": [
|
|
{
|
|
"label": "Small",
|
|
"value": "Small"
|
|
},
|
|
{
|
|
"label": "Normal",
|
|
"value": "Normal"
|
|
},
|
|
{
|
|
"label": "Big",
|
|
"value": "Big"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"property": "uc.pins.essentials-layout",
|
|
"label": "Adds selected width and gap styles from Essentials to pinned tabs as well",
|
|
"type": "checkbox",
|
|
"disabledOn": []
|
|
},
|
|
{
|
|
"property": "uc.essentials.color-scheme",
|
|
"label": "Background/Color types of Essentials",
|
|
"type": "dropdown",
|
|
"placeholder": "Zen Default",
|
|
"disabledOn": [],
|
|
"options": [
|
|
{
|
|
"label": "Transparent Background",
|
|
"value": "transparent"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"property": "uc.essentials.box-like-corners",
|
|
"label": "Makes the Essentials look more box like (Less rounded edges)",
|
|
"type": "checkbox",
|
|
"disabledOn": []
|
|
},
|
|
{
|
|
"property": "uc.essentials.auto-grow",
|
|
"label": "Makes the Essentials auto-grow to fit the full width of its row.",
|
|
"type": "checkbox",
|
|
"disabledOn": []
|
|
},
|
|
{
|
|
"property": "uc.essentials.position",
|
|
"label": "Select the position of Essentials",
|
|
"type": "dropdown",
|
|
"placeholder": "Top",
|
|
"disabledOn": [],
|
|
"options": [
|
|
{
|
|
"label": "Bottom",
|
|
"value": "bottom"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"property": "uc.superpins.border",
|
|
"label": "Add a border around Pins/Essentials",
|
|
"type": "dropdown",
|
|
"placeholder": "Disabled",
|
|
"disabledOn": [],
|
|
"options": [
|
|
{
|
|
"label": "Pins only",
|
|
"value": "pins"
|
|
},
|
|
{
|
|
"label": "Essentials only",
|
|
"value": "essentials"
|
|
},
|
|
{
|
|
"label": "Pins + Essentials",
|
|
"value": "both"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"property": "uc.pins.legacy-layout",
|
|
"label": "Makes pinned tabs look similar to Essentials (icon only in a grid)",
|
|
"type": "checkbox",
|
|
"disabledOn": []
|
|
},
|
|
{
|
|
"property": "uc.pins.auto-grow",
|
|
"label": "Makes pinned tabs auto-grow to fit the full width of its row.",
|
|
"type": "checkbox",
|
|
"disabledOn": []
|
|
},
|
|
{
|
|
"property": "uc.pins.bg",
|
|
"label": "Adds a background to the pinned tabs",
|
|
"type": "checkbox",
|
|
"disabledOn": []
|
|
},
|
|
{
|
|
"property": "zen.workspaces.show-workspace-indicator",
|
|
"label": "Shows the workspace-indicator between Essentials and Pins",
|
|
"type": "checkbox",
|
|
"disabledOn": []
|
|
},
|
|
{
|
|
"property": "browser.sessionstore.restore_pinned_tabs_on_demand",
|
|
"label": "Loads pinned tabs only when using them, instead of loading all of them on startup",
|
|
"type": "checkbox",
|
|
"disabledOn": []
|
|
},
|
|
{
|
|
"property": "uc.tabs.dim-type",
|
|
"label": "Dim the selected parts of a tab when it is unloaded",
|
|
"type": "dropdown",
|
|
"disabledOn": [],
|
|
"options": [
|
|
{
|
|
"label": "Icons + Text",
|
|
"value": "both"
|
|
},
|
|
{
|
|
"label": "Icons only",
|
|
"value": "icons"
|
|
},
|
|
{
|
|
"label": "Text only",
|
|
"value": "text"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"property": "uc.pinned.height",
|
|
"label": "Height of Pinned tabs",
|
|
"type": "dropdown",
|
|
"placeholder": "Default",
|
|
"options": [
|
|
{
|
|
"label": "Small",
|
|
"value": "small"
|
|
},
|
|
{
|
|
"label": "Normal",
|
|
"value": "normal"
|
|
},
|
|
{
|
|
"label": "Large",
|
|
"value": "large"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"property": "uc.favicon.size",
|
|
"label": "Size of tabs favicons",
|
|
"type": "dropdown",
|
|
"placeholder": "Default",
|
|
"options": [
|
|
{
|
|
"label": "Small",
|
|
"value": "small"
|
|
},
|
|
{
|
|
"label": "Normal",
|
|
"value": "normal"
|
|
},
|
|
{
|
|
"label": "Large",
|
|
"value": "large"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"property": "uc.workspace.icon.size",
|
|
"label": "Size of workspace icons",
|
|
"type": "dropdown",
|
|
"placeholder": "Default",
|
|
"options": [
|
|
{
|
|
"label": "Extra Small",
|
|
"value": "x-small"
|
|
},
|
|
{
|
|
"label": "Small",
|
|
"value": "small"
|
|
},
|
|
{
|
|
"label": "Medium",
|
|
"value": "medium"
|
|
},
|
|
{
|
|
"label": "Large",
|
|
"value": "large"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"property": "uc.workspace.current.icon.size",
|
|
"label": "Size of current workspace indicator icon",
|
|
"type": "dropdown",
|
|
"placeholder": "Default",
|
|
"options": [
|
|
{
|
|
"label": "Small",
|
|
"value": "small"
|
|
},
|
|
{
|
|
"label": "Normal",
|
|
"value": "normal"
|
|
},
|
|
{
|
|
"label": "Large",
|
|
"value": "large"
|
|
}
|
|
]
|
|
}
|
|
]
|