Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc-browser.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarjolintu <sami.vanttinen@protonmail.com>2021-01-10 12:16:03 +0300
committervarjolintu <sami.vanttinen@protonmail.com>2021-01-15 15:14:36 +0300
commitb852185bea01ed84f9bbdf6f927cab412d3413c3 (patch)
treed7606251043ee75e4e3e12d970f3f94ded74c7d2 /keepassxc-browser/manifest.json
parent0705bce62f8ba113c0e3315b888c5cf7a102003e (diff)
TOTP Autocomplete Menu and support for filling TOTP from another database.
Diffstat (limited to 'keepassxc-browser/manifest.json')
-rwxr-xr-xkeepassxc-browser/manifest.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/keepassxc-browser/manifest.json b/keepassxc-browser/manifest.json
index 03f94ea..42f11ea 100755
--- a/keepassxc-browser/manifest.json
+++ b/keepassxc-browser/manifest.json
@@ -56,9 +56,11 @@
"content/ui.js",
"content/banner.js",
"content/autocomplete.js",
+ "content/credential-autocomplete.js",
"content/define.js",
"content/keepassxc-browser.js",
"content/pwgen.js",
+ "content/totp-autocomplete.js",
"content/totp-field.js",
"content/username-field.js"
],