feat: add coccoc for windows and macOS Close #98

This commit is contained in:
ᴍᴏᴏɴD4ʀᴋ
2021-12-09 15:44:28 +08:00
parent 104d2622a8
commit a9f36d6524
3 changed files with 17 additions and 0 deletions
+1
View File
@@ -27,6 +27,7 @@ const (
operaName = "Opera"
operaGXName = "OperaGX"
vivaldiName = "Vivaldi"
coccocName = "CocCoc"
)
type Browser interface {