chrome-extension: request all_urls host permission to enable On all sites UI
This commit is contained in:
parent
77e703c69b
commit
f2b889126b
@ -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)",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user