Within an iOS(15) Safari Web Extension, is there a way for the app to query the enabled status of the extension, similar to how the Mac app extension works through its showPreferencesForExtension(withIdentifier:completionHandler:)
method?
Within an iOS(15) Safari Web Extension, is there a way for the app to query the enabled status of the extension, similar to how the Mac app extension works through its showPreferencesForExtension(withIdentifier:completionHandler:)
method?