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
11 lines
301 B
INI
11 lines
301 B
INI
[application]
|
|
name = Firefox
|
|
|
|
[configuration_files]
|
|
{{- if (eq .host.distro.family "darwin") -}}
|
|
Library/Application Support/Firefox/Profiles
|
|
{{- else if (eq .host.distro.family "linux") -}}
|
|
.mozilla/firefox
|
|
snap/firefox/common/.mozilla/firefox
|
|
.var/app/org.mozilla.firefox/.mozilla/firefox
|
|
{{ end }}
|