|
|
@ -15,7 +15,7 @@ const ( |
|
|
|
chromeProfilePath = "/home/*/.config/google-chrome/*/" |
|
|
|
chromeProfilePath = "/home/*/.config/google-chrome/*/" |
|
|
|
edgeProfilePath = "/home/*/.config/microsoft-edge*/*/" |
|
|
|
edgeProfilePath = "/home/*/.config/microsoft-edge*/*/" |
|
|
|
braveProfilePath = "/home/*/.config/BraveSoftware/Brave-Browser/*/" |
|
|
|
braveProfilePath = "/home/*/.config/BraveSoftware/Brave-Browser/*/" |
|
|
|
chromeBateProfilePath = "/home/*/.config/google-chrome-beta/*/" |
|
|
|
chromeBetaProfilePath = "/home/*/.config/google-chrome-beta/*/" |
|
|
|
) |
|
|
|
) |
|
|
|
|
|
|
|
|
|
|
|
const ( |
|
|
|
const ( |
|
|
@ -57,7 +57,7 @@ var ( |
|
|
|
New: NewChromium, |
|
|
|
New: NewChromium, |
|
|
|
}, |
|
|
|
}, |
|
|
|
"chrome-beta": { |
|
|
|
"chrome-beta": { |
|
|
|
ProfilePath: chromeBateProfilePath, |
|
|
|
ProfilePath: chromeBetaProfilePath, |
|
|
|
Name: chromeBetaName, |
|
|
|
Name: chromeBetaName, |
|
|
|
Storage: chromeBetaStorageName, |
|
|
|
Storage: chromeBetaStorageName, |
|
|
|
New: NewChromium, |
|
|
|
New: NewChromium, |
|
|
|