diff options
Diffstat (limited to 'app/manifest.json')
-rw-r--r-- | app/manifest.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/manifest.json b/app/manifest.json index 53776bd82..6f0992501 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -28,8 +28,7 @@ "background": { "scripts": [ "chromereload.js", - "background.js", - "vendor/trezor/connect.js" + "background.js" ], "persistent": true }, |