I am new to Safari browser extension development. My requirements are below.
I referred apple documentation but it is unclear for me to achieve the above tasks. I would really appreciate if some could provide working example and code. thanks
Finally i work around the requirement of safari app extension.
Implemented the user signup screen in safariExtensionViewController.xib. It shows whenever user click on toolbar item or our extension icon click on safari.
I found this awesome https://github.com/prasanaworld/SafariAppExtension-WindowTabManagement library which solved my problem. We will get all window/tab remove add and update listeners with custom ids assigned to each window and tab.