fix: remove deprecated background.scripts from manifest v3 - #4297
fix: remove deprecated background.scripts from manifest v3#4297KaraSara-jevo wants to merge 1 commit into
Conversation
|
thank you @KaraSara-jevo An option for Edge can be added to our build.py (Are you could generated an improvedtube_edge.zip with releases as we do for Safari already. We also looking forward to publish some store versions automatically one day) |
|
Hi @ImprovedTube2, I looked into how the shared My current understanding is:
If the intended solution is to update |
Summary
Remove deprecated
background.scriptsfrom the Manifest V3 configuration.Changes
background.scriptsfrommanifest.jsonbackground.service_workerunchangedReason
Manifest V3 does not support
background.scripts.The extension showed the warning:
background.scripts requires manifest version of 2 or lowerduring local testing in Microsoft Edge.
Testing