Svadilfari
Svadilfari copied to clipboard
Restore Tab
Add an action to restore the most recently closed tab
The proper way to implement this is to use the sessions API (https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/sessions).
The MDN says the API is not available on Safari so we might need to come up with a workaround. But the document can be outdated so it is worth taking a look.