We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c49e322 + 1cea2d9 commit ccbfbfeCopy full SHA for ccbfbfe
1 file changed
main.go
@@ -10,7 +10,7 @@ import (
10
)
11
12
func main() {
13
- if len(os.Args) > 1 && strings.Contains(os.Args[1], "com.8bit.bitwarden.json") {
+ if len(os.Args) > 1 && (strings.Contains(os.Args[1], "com.8bit.bitwarden.json") || strings.Contains(os.Args[1], "chrome-extension://")) {
14
browserbiometrics.Main()
15
return
16
}
0 commit comments