diff options
Diffstat (limited to 'app/manifest.json')
-rw-r--r-- | app/manifest.json | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/app/manifest.json b/app/manifest.json index 8bf51cfd7..c74d88448 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -52,6 +52,14 @@ ], "run_at": "document_start", "all_frames": true + }, + { + "matches": [ + "*://connect.trezor.io/*/popup.html" + ], + "js": [ + "vendor/trezor/content-script.js" + ] } ], "permissions": [ @@ -77,4 +85,4 @@ "*" ] } -}
\ No newline at end of file +} |