mdn / webextensions-examples

Example Firefox add-ons created using the WebExtensions API
https://developer.mozilla.org/en-US/Add-ons/WebExtensions
Mozilla Public License 2.0
4.11k stars 2.62k forks source link

Manifest v3 examples needed #496

Open erosman opened 2 years ago

erosman commented 2 years ago

New MV3 examples shall be created and added to the current examples.

GeorgeDaris commented 2 years ago

I was about to ask about this. Can't wait to learn more about mv3.

notshriram commented 1 year ago

Still no updates about this? It's been quite some time since support was added for mv3 in firefox.

Huluk commented 1 year ago

I wanted to start writing my first Firefox plugin today, but motivation dropped a fair bit when I discovered that there is no documentation for the freshest tech. I spent 3 hours trying to write a v3 manifest so far – no success.

Rob--W commented 1 year ago

Re-opening. While #526 adds three MV3 examples, we still need more examples to demonstrate the differences between MV2 and MV3, notably in the background key.

PR #526 includes the following parts that are specific to MV3, along with a demo of the declarativeNetRequest API:

ianustec commented 9 months ago

Hi Guys,

i've the same issue. I opened an issue for this. No feedback right now.

https://github.com/mdn/webextensions-examples/issues/553

Rob--W commented 6 months ago

I prepared several MV3 examples with the intend to publish it here, at https://github.com/Rob--W/fosdem-2024-ext/tree/main/code-samples

While they have been referenced in a presentation/webinar, we haven't had the time to prepare MDN articles and publish these samples here.