diff options
Add MSFT Edge keys to manifest.json
Diffstat (limited to 'app/manifest.json')
-rw-r--r-- | app/manifest.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/manifest.json b/app/manifest.json index fa71742b1..8f6171878 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -3,6 +3,7 @@ "short_name": "Metamask", "version": "2.7.3", "manifest_version": 2, + "author": "https://metamask.io", "description": "Ethereum Browser Extension", "icons": { "16": "images/icon-16.png", @@ -18,7 +19,8 @@ "scripts": [ "scripts/chromereload.js", "scripts/background.js" - ] + ], + "persistent": true }, "browser_action": { "default_icon": { |