chrome-extension: request all_urls host permission to enable On all sites UI

This commit is contained in:
william 2026-01-30 12:26:17 +08:00
parent 77e703c69b
commit f2b889126b

View File

@ -10,7 +10,7 @@
"128": "icons/icon128.png"
},
"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" },
"action": {
"default_title": "OpenClaw Browser Relay (click to attach/detach)",