mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-07-15 11:22:23 +08:00
feat: allow to be used on the intranet (#99)
This commit is contained in:
+2
-1
@@ -28,7 +28,8 @@
|
||||
"content_scripts": [
|
||||
{
|
||||
"matches": [
|
||||
"https://*/*"
|
||||
"https://*/*",
|
||||
"http://*/*"
|
||||
],
|
||||
"js": [
|
||||
"shared.js",
|
||||
|
||||
@@ -28,7 +28,8 @@
|
||||
"content_scripts": [
|
||||
{
|
||||
"matches": [
|
||||
"https://*/*"
|
||||
"https://*/*",
|
||||
"http://*/*"
|
||||
],
|
||||
"js": [
|
||||
"shared.js",
|
||||
|
||||
Reference in New Issue
Block a user