Settings Reference
Storage area
Section titled “Storage area”Settings are stored in browser extension sync storage (storage.sync).
Shortcut defaults
Section titled “Shortcut defaults”undoShortcut
Section titled “undoShortcut”{ "ctrlKey": false, "altKey": false, "shiftKey": false, "metaKey": false, "key": "z" }commandShortcut
Section titled “commandShortcut”{ "ctrlKey": false, "altKey": false, "shiftKey": false, "metaKey": true, "key": "k" }blockedContentShortcut
Section titled “blockedContentShortcut”{ "ctrlKey": false, "altKey": false, "shiftKey": true, "metaKey": true, "key": "b" }Boolean settings
Section titled “Boolean settings”vimEnabled(default:true)darkModeEnabled(default:true)oledModeEnabled(default:false)backdropBlurEnabled(default:true)inboxZeroEnabled(default:true)archivePopupEnabled(default:true)optionsBarHidden(default:false)aiTitleEditingEnabled(default:true)
Visual settings
Section titled “Visual settings”accentColor(default:#6366f1)popupOpacity(default:95)
Other persisted values
Section titled “Other persisted values”vimContext(default:"auto")customShortcuts(default:[])
Change propagation
Section titled “Change propagation”When settings change:
- Internal handlers update keyboard listeners as needed.
- Open overlays receive theme updates.
- Command bar entries are rebuilt or refreshed where required.