v-ko / real-time-tab-sync

A Chrome extension to automatically synchronize your tabs across devices and sessions.
GNU General Public License v2.0
91 stars 10 forks source link

Migrate to manifest v3 #14

Open v-ko opened 2 years ago

v-ko commented 2 years ago

Google announced that manifest v2 will be depricated by 17 Jan 2022. I started adapting the extension to the new standard and most of the changes are trivial (as documented in the migration guide), but the webRequest API will be depricated and where possible replaced by declarativeNetRequest. @wanderor , would you be willing to take a look at that, since you implemented the redirect detecion? I'm not really using the extension anymore and won't be able to test extensively even if I get to migrating to the new API.