I am developing an Safari App Extension and I would like to identify opened tab. I found no id or no way to do that.
Chrome has an awesome API for doing that: https://developer.chrome.com/extensions/tabs. How can I do it with Safari App Extension (in Swift)?
Safari tab API is very poor and does not contain ID (https://developer.apple.com/documentation/safariservices/sfsafaritab)