chg: Change permission to activeTab

This commit is contained in:
SolninjaA 2025-01-23 15:45:22 +10:00
parent ac3f0da0b9
commit a7bfccae01
2 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@ This extension only communicates to the Chhoto URL server instance you configure
### Extension Permissions ### Extension Permissions
| Permission | Required so that the extension can... | | 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. | | [`notifications`][notif-api] | Inform users if generating the shortened link was successful or not. |
| [`clipboardWrite`][clipboard-api] | Copy the shortened link to your clipboard. | | [`clipboardWrite`][clipboard-api] | Copy the shortened link to your clipboard. |
| [`storage`][storage-api] | Save the extension settings in your local browser storage. | | [`storage`][storage-api] | Save the extension settings in your local browser storage. |

View File

@ -12,7 +12,7 @@
"256": "icons/chhoto-url-256.png" "256": "icons/chhoto-url-256.png"
}, },
"permissions": [ "permissions": [
"tabs", "activeTab",
"notifications", "notifications",
"clipboardWrite", "clipboardWrite",
"storage", "storage",