diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/manifest.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/manifest.json b/app/manifest.json index a95688789..c74d88448 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -55,7 +55,7 @@ }, { "matches": [ - "*://connect.trezor.io/5/popup.html" + "*://connect.trezor.io/*/popup.html" ], "js": [ "vendor/trezor/content-script.js" @@ -85,4 +85,4 @@ "*" ] } -}
\ No newline at end of file +} |