Digging through the forums it appears that it was possible to use custom avatar images.
It sounds like all that was required was to find the directory with files named things like avatar_generic_orange.png
and replace that file with the desired image in the same format.
However, I can’t find where those files are located anymore.
find ~/Library/Application\ Support/BraveSoftware/ |
grep -i -E 'avatar.*\.(png|jpeg|jpg|webp|gif)'
No results.
find ~/Library/Application\ Support/BraveSoftware/ |
grep -i -E '\.(png|jpeg|jpg|webp|gif)' |
grep -v 'Extensions' |
grep -v 'BraveWallet'
No results that seem relevant
find ~/Library/Application\ Support/BraveSoftware/ |
grep -i -E 'Avatar' |
grep -v 'Extensions'
No results
I can see that
-
chrome://theme/IDR_PROFILE_AVATAR_10@2x
tochrome://theme/IDR_PROFILE_AVATAR_55@2x
are the original Chrome images - chrome://theme/IDR_PROFILE_AVATAR_56@2x to
chrome://theme/IDR_PROFILE_AVATAR_89@1x
are the Brave avatar images
But I can’t find anything by those names either.