#!/usr/bin/env bash
set -euo pipefail
export LD_LIBRARY_PATH="/opt/helium${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}"

# Custom flags (add your chrome://flags overrides here)
# Example: EXTRA_FLAGS="--force-dark-mode --enable-features=VaapiVideoDecoder"
EXTRA_FLAGS=""

exec /opt/helium/helium $EXTRA_FLAGS "$@"
