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": {