fix(ext): use <all_urls> host_permissions to allow injection on any page
💘 Generated with Crush Assisted-by: GLM-5.1 via Crush <crush@charm.land>
This commit is contained in:
@@ -14,7 +14,7 @@ export default defineConfig({
|
|||||||
'notifications',
|
'notifications',
|
||||||
'alarms',
|
'alarms',
|
||||||
],
|
],
|
||||||
host_permissions: ['http://127.0.0.1:*/*', 'http://localhost:*/*'],
|
host_permissions: ['<all_urls>'],
|
||||||
action: {
|
action: {
|
||||||
default_icon: {
|
default_icon: {
|
||||||
16: 'icon/16.png',
|
16: 'icon/16.png',
|
||||||
|
|||||||
Reference in New Issue
Block a user