@ -45,6 +45,7 @@ const (
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