Skip to content

Commit d6e8f48

Browse files
committed
feat(keepass): add config for browser extension
1 parent 4d1a690 commit d6e8f48

File tree

1 file changed

+114
-0
lines changed

1 file changed

+114
-0
lines changed
Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,114 @@
1+
{
2+
"afterFillSorting": "sortByMatchingCredentials",
3+
"afterFillSortingTotp": "sortByRelevantEntry",
4+
"autoCompleteUsernames": true,
5+
"autoFillAndSend": true,
6+
"autoFillSingleEntry": true,
7+
"autoReconnect": false,
8+
"autoRetrieveCredentials": true,
9+
"autoSubmit": false,
10+
"checkUpdateKeePassXC": 0,
11+
"clearCredentialsTimeout": 10,
12+
"colorTheme": "system",
13+
"credentialSorting": "sortByGroupAndTitle",
14+
"debugLogging": false,
15+
"defaultGroup": "",
16+
"defaultGroupAlwaysAsk": false,
17+
"defined-custom-fields": {
18+
"https://account.mongodb.com": {
19+
"fields": [
20+
21+
],
22+
"password": [
23+
"/html/body/div/div/div/form/fieldset[2]/label/div/div/input",
24+
"INPUT password password "
25+
],
26+
"totp": [
27+
"/html/body/div/div/div/div/div[2]/div[2]/input",
28+
"INPUT text input-0 "
29+
],
30+
"username": [
31+
"/html/body/div/div/div/form/fieldset/label/div/div/input",
32+
"INPUT text username "
33+
]
34+
},
35+
"https://accounts.login.idm.telekom.com": {
36+
"fields": [
37+
38+
],
39+
"password": [
40+
"/html/body/div[3]/div/div[2]/div/div[3]/form/div/div/input",
41+
"INPUT password pw_pwd "
42+
],
43+
"username": [
44+
"/html/body/div[3]/div/div[2]/div/form/div/div/input",
45+
"INPUT email pw_usr "
46+
]
47+
},
48+
"https://signin.ebay.com": {
49+
"fields": [
50+
51+
],
52+
"password": [
53+
"/html/body/div[4]/main/div/form/div[2]/div[2]/div/div/input",
54+
"INPUT password pass "
55+
],
56+
"username": [
57+
"/html/body/div[4]/main/div/form/div/div/div/div/input",
58+
"INPUT text userid "
59+
]
60+
},
61+
"https://verify.salesforce.com": {
62+
"fields": [
63+
64+
],
65+
"totp": [
66+
"/html/body/div/vaasdist-verify/div/vaas-verify/div/vaas-verify-totp/vaas-container/div/div/slot/div/form/vaas-text-input/div/div/input",
67+
"INPUT text slds-input slds-p-vertical_x-small "
68+
]
69+
},
70+
"https://www.notion.so": {
71+
"fields": [
72+
[
73+
"/html/body/div/div/div[2]/div[2]/div/div[2]/div[2]/div/div/div/div/div/div/div/div/div/div[2]/div/div/input",
74+
"kpxc text 002052046"
75+
]
76+
]
77+
}
78+
},
79+
"downloadFaviconAfterSave": false,
80+
"redirectAllowance": 3,
81+
"saveDomainOnly": true,
82+
"showGettingStartedGuideAlert": true,
83+
"showGroupNameInAutocomplete": true,
84+
"showLoginFormIcon": true,
85+
"showLoginNotifications": true,
86+
"showNotifications": true,
87+
"showOTPIcon": true,
88+
"showTroubleshootingGuideAlert": true,
89+
"sitePreferences": [
90+
{
91+
"ignore": "ignoreNormal",
92+
"url": "https://ap.www.namecheap.com/Domains/DomainControlPanel/*",
93+
"usernameOnly": false
94+
},
95+
{
96+
"ignore": "ignoreNormal",
97+
"url": "https://hypothes.is/*",
98+
"usernameOnly": false
99+
},
100+
{
101+
"ignore": "ignoreNothing",
102+
"url": "https://www.patreon.com/*",
103+
"usernameOnly": true
104+
},
105+
{
106+
"ignore": "ignoreNothing",
107+
"url": "https://www.notion.so/*",
108+
"usernameOnly": true
109+
}
110+
],
111+
"useObserver": true,
112+
"usePasswordGeneratorIcons": false,
113+
"usePredefinedSites": true
114+
}

0 commit comments

Comments
 (0)