From d9526f2a40f180ca258945bd8cd25c51d7a8e4b9 Mon Sep 17 00:00:00 2001 From: Patrick Kettner Date: Wed, 1 Nov 2023 11:00:53 -0400 Subject: [PATCH] remove note about MV3 samples "being prepared" --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 6c6a612f55..b037e9698d 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,6 @@ Official samples for Chrome Extensions and the Chrome Apps platform. (Chrome App For more information on extensions, see [Chrome Developers](https://developer.chrome.com). -**Note: Samples for Manifest V3 are still being prepared. In the mean time, consider referring to [\_archive/mv2/](_archive/mv2/).** - ## Explore samples The directory structure is as follows: @@ -18,10 +16,10 @@ The directory structure is as follows: You can also use the [Samples](https://developer.chrome.com/docs/extensions/samples/) page to discover extensions by type, permissions, and extension API. ## Installation + To experiment with these samples, please clone this repo and use 'Load Unpacked Extension'. Read more on [Development Basics](https://developer.chrome.com/docs/extensions/mv3/getstarted/development-basics/#load-unpacked). - ## Contributing Please see [the CONTRIBUTING file](/CONTRIBUTING.md) for information on contributing to the `chrome-extensions-samples` project.