Add support for Chrome/Chromium on Linux

Fixes #11
Closes #15
This commit is contained in:
Filippo Valsorda
2018-07-03 22:26:37 -04:00
parent 02f776146c
commit ce54575308
5 changed files with 56 additions and 33 deletions

View File

@@ -20,6 +20,7 @@ var (
FirefoxPath = "/Applications/Firefox.app"
FirefoxProfile = os.Getenv("HOME") + "/Library/Application Support/Firefox/Profiles/*"
CertutilInstallHelp = "brew install nss"
NSSBrowsers = "Firefox"
)
// https://github.com/golang/go/issues/24652#issuecomment-399826583