How to close/dismiss default_popup when clicked outside in chrome extension?

988 Views Asked by At

I know that we can close a default_popup using window.close() but i need to close the popup when user taps on outside. I was not able to get any documentation about it in the console.

"browser_action":{
    "default_popup":"auth_popup.html"
},
0

There are 0 best solutions below