#!/bin/sh
exec firejail --profile=/etc/firejail/firefox-esr.profile \
  /usr/bin/firefox-esr --no-remote "$@"

