5659eae991
* Update Brave profile folder paths * Filled browser profile locations * Initial work on Mackup support * Add path for snap and flatpak install * Add info about mackup * Added mackup config for Altair
13 lines
416 B
INI
13 lines
416 B
INI
[application]
|
|
name = Google Chrome
|
|
|
|
[configuration_files]
|
|
{{- if (eq .host.distro.family "darwin") -}}
|
|
Library/Application Support/Google/Chrome/Default
|
|
{{- else if (eq .host.distro.family "linux") -}}
|
|
.config/google-chrome/default
|
|
.config/chromium/default
|
|
snap/chromium/common/chromium/Default
|
|
.var/app/org.chromium.Chromium/config/chromium/Default
|
|
.var/app/com.google.Chrome/config/google-chrome/Default
|
|
{{ end }}
|