Compare commits

...

1 Commits

Author SHA1 Message Date
Augustin
b40bc291ba 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>
2026-04-28 19:08:02 +02:00

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',