antfu-collective / vitesse-webext

⚡️ WebExtension Vite Starter Template
MIT License
2.9k stars 224 forks source link

feat: upgrade to manifest v3 & upgrade lock #124

Closed YunYouJun closed 1 year ago

YunYouJun commented 1 year ago

Description

Linked Issues

Additional context

By the way, getCurrentContext had been deprecated in webext-bridge@6. Should we remove it?

https://github.com/zikaari/webext-bridge/blob/79c9f4b6a31b9b7bcdad9c13e7d4111d51338651/CHANGELOG.md?plain=1#L17

antfu commented 1 year ago

Feel free to do the refactoring for webext-bridge :)

tmkx commented 1 year ago

This PR doesn't work in dev, there are still some things to do when migrating to mv3:

antfu commented 1 year ago

I am not active in developing web extensions recently. @tmkx @YunYouJun, please feel free to collaborate together, you can push and merge things where you think are necessary without me (you should have the permission, or let me know if you don't). You can ping me to review when there is something uncertain. Thanks!

YunYouJun commented 1 year ago

Sorry, I only checked the build after submitting it to the Google Store. It has been approved by the store for release and is working, so the dist file should be fine. https://github.com/YunLeFun/your-popup

I'll check out the development hot update.

tmkx commented 1 year ago

never mind, let’s move forward to support MV3 :)

this-oliver commented 1 year ago

Legends!!!!