Is there parity between the two APIs?
My extension is using the "original" Safari App Extension API (swift). However, I can do things with WebExtensions I can not seem to accomplish with Safari App Extensions.
A simple is example is dynamically creating a context menu item (browser.contextMenus.create({...})). There are likely more examples, but that was the first I tried.
Is there some undocumented API for Safari App Extensions that allows for everything that WebExtensions are capable of doing?
My extension is using the "original" Safari App Extension API (swift). However, I can do things with WebExtensions I can not seem to accomplish with Safari App Extensions.
A simple is example is dynamically creating a context menu item (browser.contextMenus.create({...})). There are likely more examples, but that was the first I tried.
Is there some undocumented API for Safari App Extensions that allows for everything that WebExtensions are capable of doing?