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
{{ message }}
This repository was archived by the owner on Jul 1, 2024. It is now read-only.
Simply changing the manifest_version in the manifest file from 2 to 3 was not enough to resolve the issue. Apparently, the background.scripts array has been replaced by a background.service_worker object. And making that change wasn't sufficient to get it working either, I assume because there is a fundamental difference between a background script in v2 and a background service worker in v3.
Please update the Opera extension documentation to reflect the changes from manifest v2 to v3. This should apply not just to the basics.md file but also to any other references to the manifest and to anything else that has changed between v2 and v3 (eg the description of background processes in the architecture-overview.md and getting-started.md files).