-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkeepassxc.json
36 lines (36 loc) · 1.13 KB
/
keepassxc.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"autoCompleteUsernames": true,
"showGroupNameInAutocomplete": true,
"autoFillAndSend": false,
"autoFillSingleEntry": true,
"autoReconnect": false,
"autoRetrieveCredentials": true,
"autoSubmit": false,
"checkUpdateKeePassXC": 3,
"colorTheme": "dark",
"defaultGroup": "",
"defaultGroupAlwaysAsk": false,
"redirectAllowance": 1,
"saveDomainOnly": true,
"showLoginFormIcon": false,
"showLoginNotifications": false,
"showNotifications": true,
"showOTPIcon": false,
"usePasswordGeneratorIcons": false,
"useObserver": true,
"usePredefinedSites": true,
"sitePreferences": [],
"saveDomainOnlyNewCreds": true,
"clearCredentialsTimeout": 10,
"credentialSorting": "sortByGroupAndTitle",
"afterFillSorting": "sortByMatchingCredentials",
"afterFillSortingTotp": "sortByRelevantEntry",
"autoFillSingleTotp": false,
"debugLogging": false,
"downloadFaviconAfterSave": false,
"passkeys": false,
"passkeysFallback": true,
"showGettingStartedGuideAlert": false,
"showTroubleshootingGuideAlert": true,
"useMonochromeToolbarIcon": false
}