How to set up allowed URL's

Hi,
I have a screen-sharing add on that was working in my dev environment, but will not work on my production site. They have different URLS, and I think the reason that the add on is not working is because I am not getting the allowed url correct.
Here is the code from bootstrap.js:

  1. var gDomains = [’*.myurl.com*’]

I have one url that is 2. subdomain.myurl.com:4443/* and the other that is 3. www.myurl.com/*.
When I tried to submit the add on with the url’s like 2. and 3. it told me there was an error until I got rid of the port number.
How should I enter these in to the gDomains variable?

Any and all help appreciated.

Thanks

Mark