Add hotfix CRXJS and Chrome v130
Chrome 130 introduces a bug in the CRX-js framework: https://github.com/crxjs/chrome-extension-tools/issues/918 Which basically breaks all content scripts.
This patch introduces a fix via "patch-package" that fixes the issue in the "@crxjs/vite-plugin" package via an npm postinstall hook.
Bug: T377610
Closes T377610