Browse Source

Fix DEBUG-PORT

Nolovenodie丶 3 years ago
parent
commit
c24668a22f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      manifest.json

+ 1 - 1
manifest.json

@@ -19,7 +19,7 @@
 	"content_scripts": [
 		{
 			"matches": ["<all_urls>"],
-			"include_globs": ["*://*:13138/*", "*://*:12308/*"],
+			"include_globs": ["*://*:8096/*", "*://*:12308/*"],
 			"css": ["static/css/style.css"],
 			"js": ["static/js/jquery-3.6.0.min.js", "static/js/common-utils.js", "static/js/md5.js", "content/main.js"],
 			"run_at": "document_end"