diff --git a/core/browser.go b/core/browser.go index 48586b1..08991d7 100644 --- a/core/browser.go +++ b/core/browser.go @@ -41,10 +41,11 @@ type Browser interface { } const ( - cookie = "cookie" - history = "history" - bookmark = "bookmark" - password = "password" + cookie = "cookie" + history = "history" + bookmark = "bookmark" + password = "password" + creditcard = "creditcard" ) var ( @@ -75,6 +76,10 @@ var ( mainFile: data.ChromePasswordFile, newItem: data.NewCPasswords, }, + creditcard: { + mainFile: data.ChromeCreditFile, + newItem: data.NewCCards, + }, } firefoxItems = map[string]struct { mainFile string