all_urls permission removed. see #524
This commit is contained in:
parent
819e0c5655
commit
cc3542a13e
1 changed files with 2 additions and 1 deletions
|
|
@ -40,7 +40,8 @@
|
||||||
"https://*.chatgpt.com/*",
|
"https://*.chatgpt.com/*",
|
||||||
"https://*.openai.com/*",
|
"https://*.openai.com/*",
|
||||||
"https://*.anthropic.com/*",
|
"https://*.anthropic.com/*",
|
||||||
"<all_urls>"
|
"https://*/*",
|
||||||
|
"http://*/*"
|
||||||
],
|
],
|
||||||
"background": {
|
"background": {
|
||||||
"page": "mzta-background.html"
|
"page": "mzta-background.html"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue