diff --git a/site/en/docs/extensions/reference/browserAction/index.md b/site/en/docs/extensions/reference/browserAction/index.md index 0f5782067320..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. ![](browser-action.png) -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 @@ -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