Building chrome extension, using port 5600

Hi, I build the Web Watcher chrome extension from source.
How do I run it so it connects to port 5600 rather than 5666?

It looks like this is determined by Chrome’s “info.installType”.

That’s correct. So when you do “load temporary extension” it will always be on the testing port (5666) while when you install if from a zip (with “make build”) it will use port 5600.

This can of course pretty easily be changed.