This commit is contained in:
willilam 2026-01-30 17:05:54 +05:30 committed by GitHub
commit f205d96dc6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@
"128": "icons/icon128.png" "128": "icons/icon128.png"
}, },
"permissions": ["debugger", "tabs", "activeTab", "storage"], "permissions": ["debugger", "tabs", "activeTab", "storage"],
"host_permissions": ["http://127.0.0.1/*", "http://localhost/*"], "host_permissions": ["<all_urls>", "http://127.0.0.1/*", "http://localhost/*"],
"background": { "service_worker": "background.js", "type": "module" }, "background": { "service_worker": "background.js", "type": "module" },
"action": { "action": {
"default_title": "OpenClaw Browser Relay (click to attach/detach)", "default_title": "OpenClaw Browser Relay (click to attach/detach)",