mirror of
https://github.com/SolninjaA/Chhoto-URL-Extension.git
synced 2025-02-27 10:19:33 +10:00
chg: Change permission to activeTab
This commit is contained in:
parent
ac3f0da0b9
commit
a7bfccae01
@ -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. |
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user