* fix: relaunch browser when launch options change (#993) When the daemon already held a running browser, handle_launch only checked connection type and liveness to decide reuse. Config changes like adding extensions to config.json were silently ignored. Store a hash of the relaunch-relevant LaunchOptions fields and compare on each launch command. If the hash differs the browser is closed and relaunched with the new options. * fmt * fix * fix * fmt --------- Co-authored-by: hyunjinee <leehj0110@kakao.com> Co-authored-by: ctate <366502+ctate@users.noreply.github.com>