This commit is contained in:
Joerg Dorgeist
2026-01-14 11:07:37 +01:00
parent 4ccfd2add9
commit 99abe31306
9 changed files with 221 additions and 23 deletions

View File

@@ -1,8 +1,13 @@
{
"manifest_version": 2,
"name": "Chrome SOCKS Proxy",
"name": "Chrome's Hammer",
"version": "1.0.0",
"description": "Local SOCKS5 proxy that routes requests through Chrome browser",
"description": "Local SOCKS5 proxy - routes requests through Chrome's networking",
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"app": {
"background": {
"scripts": ["background.js"]