From f2b889126bdb49ff514b615de0ca3f05cec6fe2c Mon Sep 17 00:00:00 2001 From: william Date: Fri, 30 Jan 2026 12:26:17 +0800 Subject: [PATCH] chrome-extension: request all_urls host permission to enable On all sites UI --- assets/chrome-extension/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/chrome-extension/manifest.json b/assets/chrome-extension/manifest.json index d6b593990..c3fc94c67 100644 --- a/assets/chrome-extension/manifest.json +++ b/assets/chrome-extension/manifest.json @@ -10,7 +10,7 @@ "128": "icons/icon128.png" }, "permissions": ["debugger", "tabs", "activeTab", "storage"], - "host_permissions": ["http://127.0.0.1/*", "http://localhost/*"], + "host_permissions": ["", "http://127.0.0.1/*", "http://localhost/*"], "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_title": "OpenClaw Browser Relay (click to attach/detach)",