Explorar o código

Fix DEBUG-PORT

Nolovenodie丶 %!s(int64=3) %!d(string=hai) anos
pai
achega
c24668a22f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"