Files
chromes_hammer/manifest.json
Joerg Dorgeist 4ccfd2add9 dont suspend...
Signed-off-by: Joerg Dorgeist <joerg.dorgeist@telekom.de>
2026-01-14 10:51:58 +01:00

21 lines
419 B
JSON

{
"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>", "alarms", "power"]
}