milk-cookie-manager icon indicating copy to clipboard operation
milk-cookie-manager copied to clipboard

Upgrade To Manifest Version 3

Open null93 opened this issue 4 years ago • 2 comments

This will involve converting the background script to a service worker. Also some minor manifest changes need to happen as well.

null93 avatar Dec 29 '20 21:12 null93

Extension is ready to be converted to Manifest v3:

node tools/migrate-manifest.js static/manifest.json dist/manifest.json

Problem is no stable channel supports service workers. Will have to wait to convert manifest versions. Should be good to go for Chrome 88.

null93 avatar Dec 29 '20 21:12 null93

Chrome 88 started accepting v3, Firefox still does not. Their timeline estimates some time early 2022. Holding off migrating to v3 until then since chrome still accepts v2.

source: https://blog.mozilla.org/addons/2021/05/27/manifest-v3-update/

null93 avatar Oct 06 '21 19:10 null93

Fixed in 2.4.0

null93 avatar Jan 22 '24 03:01 null93