Update browser.go

pull/52/head
Cyrus 5 years ago committed by GitHub
parent 877d8b0ea9
commit 25742c16e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 13
      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

Loading…
Cancel
Save