Works
This commit is contained in:
20
manifest.json
Normal file
20
manifest.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"manifest_version": 2,
|
||||
"name": "Chrome SOCKS Proxy",
|
||||
"version": "1.0.0",
|
||||
"description": "Local SOCKS5 proxy that routes requests through Chrome browser",
|
||||
"app": {
|
||||
"background": {
|
||||
"scripts": ["background.js"]
|
||||
}
|
||||
},
|
||||
"sockets": {
|
||||
"tcp": {
|
||||
"connect": ["*:*"]
|
||||
},
|
||||
"tcpServer": {
|
||||
"listen": ["*:*"]
|
||||
}
|
||||
},
|
||||
"permissions": ["storage", "<all_urls>"]
|
||||
}
|
||||
Reference in New Issue
Block a user