readded <all_urls> permission. see https://github.com/micz/ThunderAI/issues/524#issuecomment-3837352541
This commit is contained in:
parent
b37df075ae
commit
a720ad31ba
1 changed files with 2 additions and 1 deletions
|
|
@ -41,7 +41,8 @@
|
||||||
"https://*.openai.com/*",
|
"https://*.openai.com/*",
|
||||||
"https://*.anthropic.com/*",
|
"https://*.anthropic.com/*",
|
||||||
"https://*/*",
|
"https://*/*",
|
||||||
"http://*/*"
|
"http://*/*",
|
||||||
|
"<all_urls>"
|
||||||
],
|
],
|
||||||
"background": {
|
"background": {
|
||||||
"page": "mzta-background.html"
|
"page": "mzta-background.html"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue