I'm porting a Chrome extension to Safari. The Chrome extension's manifest version is 3 and must stay 3.
I've encountered an error around webRequest API where Safari allows this API only on persistent background pages which available only on manifest v2.
So, my questions are:
Is it possible to use webRequest API on manifest v3 Safari extension?
If no, is there any alternative API to listen to requests?
Is it something that going to be supported soon? It feels really strange that his basic API is not supported by Safari while the rest of browsers supports this.