You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thanks for this great tool, I use it a lot to kickstart some small projects.
Soon we will all be forced to migrate to manifest v3 so I'm looking into what are the steps needed to still be using neutrino-webextension and hopefully have a smooth transition.
Hello,
First of all, thanks for this great tool, I use it a lot to kickstart some small projects.
Soon we will all be forced to migrate to manifest v3 so I'm looking into what are the steps needed to still be using neutrino-webextension and hopefully have a smooth transition.
The migration is described by Google here.
The most impacting change is the migration from the background page to a service worker, as described here.
Here are a few extension samples : chrome-extension project
Let me try to sum up the changes in the manifest (I might miss some things):
becomes
The entire checklist is available here.
I'll try to have this working and make a PR if possible.
The text was updated successfully, but these errors were encountered: