itsgoingd / clockwork

Clockwork - php dev tools in your browser - server-side component
https://underground.works/clockwork
MIT License
5.69k stars 321 forks source link

Chrome Extension needs to be updated to Manifest v3 #709

Closed webdevnerdstuff closed 3 months ago

webdevnerdstuff commented 3 months ago

Please update the Chrome Extension to use Manifest v3.

https://chromewebstore.google.com/detail/dmggabnehkmmfmdffgajcflpdjlnoemp

image

itsgoingd commented 3 months ago

Hey, the good news is, I should already have a branch with a working Manifest v3 implementation somewhere. I was planning to introduce it with the next Clockwork release, but I will probably backport it and do a patch release this week to make sure it keeps working.

webdevnerdstuff commented 3 months ago

Perfect, thank you! :)

Good thing is that it does still work currently, so Chrome is behind schedule for disabling v2 extensions.

itsgoingd commented 3 months ago

Clockwork Chrome 5.1.1 has been submitted for review, the only change is the introduction of the Manifest v3. Hopefully it will be published in a few days.

itsgoingd commented 3 months ago

Published now. :)

webdevnerdstuff commented 3 months ago

The update has been applied, and the waring is no longer there. Thank you!