diff options
Diffstat (limited to 'app/manifest.json')
-rw-r--r-- | app/manifest.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/manifest.json b/app/manifest.json index 3a110629f..d3d20dd82 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -36,15 +36,15 @@ } ], "permissions": [ - "storage" + "storage", + "tabs" ], "web_accessible_resources": [ "scripts/inpage.js" ], "externally_connectable": { "matches": [ - "https://metamask.io/*", - "https://alpha.metamask.io/*" + "https://metamask.io/*" ] } }
\ No newline at end of file |