From 853a0e31b48a77e8b08c1e1bc3c8b439742d1f26 Mon Sep 17 00:00:00 2001 From: Simeon Vincent <simeonv@google.com> Date: Thu, 10 Jun 2021 14:23:45 -0700 Subject: [PATCH 1/2] Fix incorrect property name in manifest --- site/en/docs/extensions/reference/browserAction/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/en/docs/extensions/reference/browserAction/index.md b/site/en/docs/extensions/reference/browserAction/index.md index 0f5782067320..c04ae781f5b2 100644 --- a/site/en/docs/extensions/reference/browserAction/index.md +++ b/site/en/docs/extensions/reference/browserAction/index.md @@ -18,7 +18,7 @@ Register your browser action in the [extension manifest][2] like this: { "name": "My extension", ... - "action": { + "browser_action": { "default_icon": { // optional "16": "images/icon16.png", // optional "24": "images/icon24.png", // optional From 456c27f1cab3d6175fc43cf9b910ba27284651e6 Mon Sep 17 00:00:00 2001 From: Simeon Vincent <simeonv@google.com> Date: Thu, 10 Jun 2021 16:18:40 -0700 Subject: [PATCH 2/2] Small language tweak --- site/en/docs/extensions/reference/browserAction/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/en/docs/extensions/reference/browserAction/index.md b/site/en/docs/extensions/reference/browserAction/index.md index c04ae781f5b2..e1eaf30522a8 100644 --- a/site/en/docs/extensions/reference/browserAction/index.md +++ b/site/en/docs/extensions/reference/browserAction/index.md @@ -7,7 +7,7 @@ browser action. A popup is below the icon.  -If you want to create an icon that isn't always visible, use a [page action][1] instead of a browser +If you want to create an icon that isn't always active, use a [page action][1] instead of a browser action. ## Manifest