Issue Description:
I don’t see console.logs when using debug_url with multiple windows.
Only the background process shoe console.log.
Steps to reproduce:
- use debug-url manifest flag.
- open inspector for second window
- write console.log(“test”)
Impact for my app: show-stopper