We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
PackageInfo.fromPlatform()
package_info_plus: 8.0.0
manifest.json
"background": { "service_worker": "background.js" },
"background": { "scripts": [ "background.js" ] },
The text was updated successfully, but these errors were encountered:
Chralu
No branches or pull requests
encountered incompatibilities
PackageInfo.fromPlatform()
throws an exceptionpackage_info_plus: 8.0.0
does not fix that issuemanifest.json
incompatibilities :"background": { "service_worker": "background.js" },
must be replaced by"background": { "scripts": [ "background.js" ] },
The text was updated successfully, but these errors were encountered: