Is your feature request related to a problem? Please describe.
At the moment, all major browsers support one of two common API types: Chrome Extensions API and Web Extensions API.
For example, to add support for the upcoming Safari 14, for the most part we just need to copy-paste Update Browsers Support (Microsoft Edge Chromium) PR.
Describe the solution you'd like
Let's consider the switch from focus on browser differences to focus on differences between APIs.
Describe alternatives you've considered
An example is webextension-polyfill from Mozilla.
Is your feature request related to a problem? Please describe.
At the moment, all major browsers support one of two common API types: Chrome Extensions API and Web Extensions API.
For example, to add support for the upcoming Safari 14, for the most part we just need to copy-paste Update Browsers Support (Microsoft Edge Chromium) PR.
Describe the solution you'd like
Let's consider the switch from focus on browser differences to focus on differences between APIs.
Describe alternatives you've considered
An example is webextension-polyfill from Mozilla.