fix(ext): use <all_urls> host_permissions to allow injection on any page
All checks were successful
Beta Release / beta (push) Successful in 1m41s
Stable Release / stable (push) Successful in 1m39s

💘 Generated with Crush

Assisted-by: GLM-5.1 via Crush <crush@charm.land>
This commit is contained in:
Augustin
2026-04-28 19:08:02 +02:00
parent 1216c80118
commit b40bc291ba

View File

@@ -14,7 +14,7 @@ export default defineConfig({
'notifications',
'alarms',
],
host_permissions: ['http://127.0.0.1:*/*', 'http://localhost:*/*'],
host_permissions: ['<all_urls>'],
action: {
default_icon: {
16: 'icon/16.png',