/usr/share/psd/browsers/qupzilla is in profile-sync-daemon 6.31-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 | # http://blog.qupzilla.com/2013/03/qupzilla-140-released.html
[[ -d $HOME/.$browser ]] &&
DIRArr[0]="$HOME/.$browser"
[[ -d $XDG_CONFIG_HOME/$browser ]] &&
DIRArr[0]="$XDG_CONFIG_HOME/$browser"
PSNAME="$browser"
|