From 25742c16e8a016820869c417c8eec0a04278d6bb Mon Sep 17 00:00:00 2001 From: Cyrus <50967051+Not-Cyrus@users.noreply.github.com> Date: Thu, 3 Dec 2020 03:01:08 -0500 Subject: [PATCH] Update browser.go --- core/browser.go | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) 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