-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate to manifest.json v3.0 #21
Comments
You can now use both when coding and testing locally, thank to YujiSoftware: "background": {
"service_worker": "background.js",
"scripts": ["background.js"]
}, EDIT: remove Source: mozilla/web-ext#2532 (comment) |
Mind reviewing the PR if you are free now😅,I mentioned the same under "Additional Info on Cross browser background scripts"😅 |
When migrating to service worker , we have to convert timers to alarms as well. And under Updating API calls we have to convert
|
I close this. We consider it done since is works correctly with MV3 approach. If Chrome / Firefox stores requests changes, it will be to adapt to those stores' requirements, and new issues must be open. |
This actually implies to do a bunch of code migration, with
async
, etc.Chrome's migration checklist
Chrome provides a migration checklist which points to more actionable resources :
V3 from scratch ?
Resources
Related
The text was updated successfully, but these errors were encountered: