Restrict the permission to access only https://*.chatgpt.com/* and not all sites.
This commit is contained in:
parent
0495b50ccb
commit
cb9ae6758b
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@
|
||||||
"accountsRead",
|
"accountsRead",
|
||||||
"downloads",
|
"downloads",
|
||||||
"notifications",
|
"notifications",
|
||||||
"<all_urls>"
|
"https://*.chatgpt.com/*"
|
||||||
],
|
],
|
||||||
"background": {
|
"background": {
|
||||||
"page": "mzta-background.html"
|
"page": "mzta-background.html"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue