Spaces:
Sleeping
Sleeping
| { | |
| "manifest_version": 3, | |
| "name": "HF Proxy Router", | |
| "version": "1.1.0", | |
| "description": "Route ALL browser requests through your HTTP proxy with WebRTC protection", | |
| "permissions": [ | |
| "proxy", | |
| "storage", | |
| "tabs", | |
| "privacy", | |
| "webRequest" | |
| ], | |
| "host_permissions": [ | |
| "<all_urls>" | |
| ], | |
| "action": { | |
| "default_popup": "popup.html", | |
| "default_icon": { | |
| "16": "icons/icon16.png", | |
| "48": "icons/icon48.png", | |
| "128": "icons/icon128.png" | |
| } | |
| }, | |
| "background": { | |
| "service_worker": "background.js" | |
| }, | |
| "icons": { | |
| "16": "icons/icon16.png", | |
| "48": "icons/icon48.png", | |
| "128": "icons/icon128.png" | |
| } | |
| } |