Restrict the permission to access only https://*.chatgpt.com/* and not all sites.

This commit is contained in:
mic 2024-08-19 17:02:16 +02:00
parent 0495b50ccb
commit cb9ae6758b

View file

@ -32,7 +32,7 @@
"accountsRead",
"downloads",
"notifications",
"<all_urls>"
"https://*.chatgpt.com/*"
],
"background": {
"page": "mzta-background.html"