diff --git a/README.md b/README.md index e798558..ce71213 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ This extension only communicates to the Chhoto URL server instance you configure ### Extension Permissions | Permission | Required so that the extension can... | | --------------------------------- | ---------------------------------------------------------------------| -| [`tabs`][tabs-api] | Get the active tab's URL | +| [`activeTab`][tabs-api] | Get the active tab's URL | | [`notifications`][notif-api] | Inform users if generating the shortened link was successful or not. | | [`clipboardWrite`][clipboard-api] | Copy the shortened link to your clipboard. | | [`storage`][storage-api] | Save the extension settings in your local browser storage. | diff --git a/manifest.json b/manifest.json index 163d4f2..8abd23b 100644 --- a/manifest.json +++ b/manifest.json @@ -12,7 +12,7 @@ "256": "icons/chhoto-url-256.png" }, "permissions": [ - "tabs", + "activeTab", "notifications", "clipboardWrite", "storage",