piroor / save-selected-tabs-to-files

Provides ability to save selected tabs to local files for Firefox 63 and later.
Other
18 stars 4 forks source link

Support Manifest v3 #4

Open piroor opened 3 years ago

piroor commented 3 years ago

Mozilla announced that the background page is deprecated and we need to migrate to service workers on manifest v3. https://blog.mozilla.org/addons/2021/05/27/manifest-v3-update/

There are some information to migrate background page to service workers: