mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 08:55:31 +02:00
* refactor(scripts): replaced hyphens with underscores in script names * test(rebuild_themes): debug logs * Rebuild themes.json after theme submission * refactor(rebuild_themes): added preferences loading * fix(submit-pr): fixed dependencies * debug(rebuild_themes): add pre print * feature(rebuild_themes): save preferences to file * feature(rebuild_themes): add ident * Rebuild themes.json after theme submission --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
20 lines
No EOL
632 B
JSON
20 lines
No EOL
632 B
JSON
[
|
|
{
|
|
"property": "uc.floatingtoolbar.compact.enabled",
|
|
"label": "Enable compact toolbar, similar to Smaller Compact Mode by n7itro",
|
|
"type": "checkbox",
|
|
"disabledOn": []
|
|
},
|
|
{
|
|
"property": "uc.floatingtoolbar.increase.spacing",
|
|
"label": "Increase space around edge of browser window and toolbar / tab bar",
|
|
"type": "checkbox",
|
|
"disabledOn": []
|
|
},
|
|
{
|
|
"property": "uc.floatingtoolbar.merge.bookmarks",
|
|
"label": "Merge bookmark bar with toolbar (requires visible bookbark bar)",
|
|
"type": "checkbox",
|
|
"disabledOn": []
|
|
}
|
|
] |