Update preferences.json - added transparent compact sidebar

This commit is contained in:
Sameera Sandakelum 2025-06-07 22:17:40 +05:30 committed by GitHub
parent c3495abae2
commit c6c5388d1d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,106 +1,136 @@
[ [
{ {
"property": "browser.tabs.allow_transparent_browser", "property": "browser.tabs.allow_transparent_browser",
"label": "\ud83d\udc40 Allow transparency (TURN OFF BEFORE UNINSTALL)", "label": "👀 Allow transparency (TURN OFF BEFORE UNINSTALL)",
"type": "checkbox", "type": "checkbox",
"defaultValue": false "defaultValue": true
}, },
{ {
"property": "zen.widget.linux.transparency", "property": "zen.widget.linux.transparency",
"label": "\ud83d\udc40 Allow transparency on linux (TURN OFF BEFORE UNINSTALL)", "label": "👀 Allow transparency on linux (TURN OFF BEFORE UNINSTALL)",
"type": "checkbox", "type": "checkbox",
"defaultValue": false, "defaultValue": true,
"disabledOn": [ "disabledOn": ["windows", "macos"]
"windows", },
"macos" {
] "property": "mod.sameerasw.zen_bg_color_enabled",
}, "label": "🎨 Enable custom background color for Zen",
{ "type": "checkbox",
"property": "mod.sameerasw.zen_bg_color_enabled", "defaultValue": false
"label": "\ud83c\udfa8 Enable custom background color for Zen", },
"type": "checkbox", {
"defaultValue": false "property": "mod.sameerasw.zen_transparency_color",
}, "label": "🎨 Set custom background color (Overrides theme)",
{ "type": "string",
"property": "mod.sameerasw.zen_transparency_color", "defaultValue": "#00000000",
"label": "\ud83c\udfa8 Set custom background color (Overrides theme)", "placeholder": "light-dark(#fff, #222) or RGBA or hex"
"type": "string", },
"defaultValue": "#00000000", {
"placeholder": "light-dark(#fff, #222) or RGBA or hex" "property": "mod.sameerasw_zen_light_tint",
}, "label": "🌙 Light website tint",
{ "type": "dropdown",
"property": "mod.sameerasw.zen_light_tint_flip", "placeholder": "Select an option",
"label": "\ud83c\udf19 Flip the light website tint to dark", "defaultValue": "2",
"type": "checkbox", "options": [
"defaultValue": false {
}, "label": "Flip",
{ "value": "1"
"property": "mod.sameerasw.zen_light_tint_disabled", },
"label": "\ud83c\udf19 Disable the light website tint", {
"type": "checkbox", "label": "Remove",
"defaultValue": true "value": "2"
}, }
{ ]
"property": "mod.sameerasw.zen_no_shadow", },
"label": "\ud83c\udf11 Remove the shadow around the web page", {
"type": "checkbox", "property": "mod.sameerasw.zen_no_shadow",
"defaultValue": false "label": "🌑 Remove the shadow around the web page",
}, "type": "checkbox",
{ "defaultValue": false
"property": "mod.sameerasw.zen_tab_switch_anim", },
"label": "\u2728 Tab switch animation", {
"type": "checkbox", "property": "mod.sameerasw.zen_tab_switch_anim",
"defaultValue": true "label": "✨ Tab switch animation",
}, "type": "checkbox",
{ "defaultValue": true
"property": "mod.sameerasw.zen_urlbar_zoom_anim", },
"label": "\u2728 URL bar zoom animation", {
"type": "checkbox", "property": "mod.sameerasw.zen_urlbar_zoom_anim",
"defaultValue": false "label": "✨ URL bar zoom animation",
}, "type": "checkbox",
{ "defaultValue": false
"property": "mod.sameerasw.zen_trackpad_anim", },
"label": "\u2728 Trackpad swipe animations", {
"type": "checkbox", "property": "mod.sameerasw.zen_trackpad_anim",
"defaultValue": false "label": "✨ Trackpad swipe animations",
}, "type": "checkbox",
{ "defaultValue": false
"property": "mod.sameerasw.zen_notab_img_enabled", },
"label": "\ud83d\uddbc\ufe0f Add no tab screen background image", {
"type": "checkbox", "property": "mod.sameerasw.zen_notab_img_enabled",
"defaultValue": false "label": "🖼️ Add no tab screen background image",
}, "type": "checkbox",
{ "defaultValue": false
"property": "mod.sameerasw.zen_notab_img", },
"label": "\ud83d\uddbc\ufe0f Image URL, format: url('example.com/1.png')", {
"type": "string", "property": "mod.sameerasw.zen_notab_img",
"defaultValue": "url('https://github.com/sameerasw/my-internet/blob/main/wave-light.png?raw=true')", "label": "🖼️ Image URL, format: url('example.com/1.png')",
"placeholder": "url('example.com/1.png')" "type": "string",
}, "defaultValue": "url('https://github.com/sameerasw/my-internet/blob/main/wave-light.png?raw=true')",
{ "placeholder": "url('example.com/1.png')"
"property": "mod.sameerasw.zen_notab_img_size", },
"label": "\ud83d\uddbc\ufe0f No tab screen image size with unit", {
"type": "string", "property": "mod.sameerasw.zen_notab_img_size",
"defaultValue": "150px", "label": "🖼️ No tab screen image size with unit",
"placeholder": "50px (px, em, % ...)" "type": "string",
}, "defaultValue": "150px",
{ "placeholder": "50px (px, em, % ...)"
"property": "mod.sameerasw.zen_notab_img_opacity", },
"label": "\ud83d\uddbc\ufe0f No tab screen image opacity (0-1)", {
"type": "string", "property": "mod.sameerasw.zen_notab_img_opacity",
"defaultValue": "1", "label": "🖼️ No tab screen image opacity (0-1)",
"placeholder": "0.75" "type": "string",
}, "defaultValue": "1",
{ "placeholder": "0.75"
"property": "mod.sameerasw.zen_notab_img_saturate", },
"label": "\ud83d\uddbc\ufe0f Grayscale the no tab screen image", {
"type": "checkbox", "property": "mod.sameerasw.zen_notab_img_saturate",
"defaultValue": false "label": "🖼️ Grayscale the no tab screen image",
}, "type": "checkbox",
{ "defaultValue": false
"property": "mod.sameerasw.zen_notab_img_invert", },
"label": "\ud83d\uddbc\ufe0f Invert above image in light theme (white \u2192 black)", {
"type": "checkbox", "property": "mod.sameerasw.zen_notab_img_invert",
"defaultValue": false "label": "🖼️ Invert above image in light theme (white → black)",
} "type": "checkbox",
"defaultValue": false
},
{
"property": "mod.sameerasw_zen_compact_sidebar_type",
"label": "↔️ Compact sidebar type",
"type": "dropdown",
"placeholder": "Select an option",
"defaultValue": "0",
"options": [
{
"label": "Default",
"value": "0"
},
{
"label": "Push",
"value": "1"
},
{
"label": "Mask",
"value": "2"
}
]
},
{
"property": "mod.sameerasw.zen_compact_sidebar_width",
"label": "Custom compact sidebar width",
"type": "string",
"defaultValue": "165px",
"placeholder": "165px (use px)"
}
] ]