Hi, I've added a property to the `window` object by modifying `window.idl`.
It all works fine when the property is named `foo` but if I change its name to `chrome` then I get a `STATUS_BREAKPOINT` error on the initial page and no navigation is possible.
This only occurs in interactive mode, but in headless mode it doesn't. It appears the `chrome` property conflicts with the normal property of the same name that is added by the interactive code.
How do I prevent this conflict?
Thanks