I am writing a Safari App Extension which gets all open tabs as urls. Later I want to open them. The problem I am facing is that I cannot find an API for checking if a tab (page) is pinned. This leads to the problem that opening all gathered urls also opens all pinned ones, which is not desired.
Is there a way to identify if a tab/page is pinned?