'Cleaner Extensions' v2.1: Add preferences file

This commit is contained in:
KiKaraage 2025-05-21 13:47:30 +07:00 committed by GitHub
parent 5edf93900e
commit 4381025de0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,17 @@
[
{
"property": "mod.extension.viewgrid",
"label": "Xtra Clean mode: Present the extensions as grid (credits to Perseus333 and Fushiguro)",
"type": "checkbox"
},
{
"property": "mod.extension.hide",
"label": "Hyper Clean mode: Hide the extension button unless hovered",
"type": "checkbox"
},
{
"property": "mod.extension.remove",
"label": "Way Too Clean mode: Remove the extension button",
"type": "checkbox"
}
]