sdefresne / gerrit-monitor

Source for Gerrit Monitor Chrome extension
Apache License 2.0
21 stars 16 forks source link

Convert to Manifest V3 #45

Open sdefresne opened 2 years ago

sdefresne commented 2 years ago

According to Manifest V2 support timeline, the extension will stop working in January 2023 unless it is converted to Manifest V3.

The guide Migrating to Manifest V3 gives information on what needs to be done to convert the extension to Manifest V3. The most intrusive is probably converting the background page to instead use Service workers.