Files
chromes_hammer/manifest.json
Joerg Dorgeist 99abe31306 Doc
2026-01-14 11:07:37 +01:00

26 lines
512 B
JSON

{
"manifest_version": 2,
"name": "Chrome's Hammer",
"version": "1.0.0",
"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"]
}
},
"sockets": {
"tcp": {
"connect": ["*:*"]
},
"tcpServer": {
"listen": ["*:*"]
}
},
"permissions": ["storage", "<all_urls>", "alarms", "power"]
}