Hello I am facing issue while implementing
browser.tabs.onUpdated.addListener(function (tabID, changeInfo, tab)....
This is only working while page is getting reloaded but if only URL is updated without reloading the page this event is not firing.
The same thing is working fine in firefox and chrome.
Do I need to add something extra?