Refactor proxy panel UI with enhanced interactivity and drag functionality

This commit is contained in:
go0p
2026-08-06 15:11:35 +08:00
committed by go0p
parent a4d1c56537
commit a97ac9aac3
2 changed files with 369 additions and 167 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Yakit Chrome Endpoint",
"version": "0.0.3",
"version": "0.0.4",
"description": "A Endpoint for Yakit MITM or more",
"options_ui": {
"page": "proxy/options.html",
@@ -24,7 +24,7 @@
},
"content_scripts": [
{
"matches": ["http://mitm/"],
"matches": ["<all_urls>","http://mitm/"],
"run_at": "document_start",
"js": ["proxy/content.js"]
}