add inject content ui

This commit is contained in:
go0p
2026-08-06 15:11:35 +08:00
committed by go0p
parent 22f73e67e8
commit 7fe689202f
6 changed files with 663 additions and 67 deletions
+9 -1
View File
@@ -22,6 +22,13 @@
"service_worker": "background.js",
"type": "module"
},
"content_scripts": [
{
"matches": ["https://github.com/*"],
"run_at": "document_start",
"js": ["proxy/content.js"]
}
],
"permissions": [
"proxy",
"storage",
@@ -42,7 +49,8 @@
"types/*.js",
"proxy/*.js",
"socket.js",
"proxy.js"
"proxy.js",
"proxy/content.js"
],
"matches": ["<all_urls>"]
}