diff options
Diffstat (limited to 'app/manifest.json')
-rw-r--r-- | app/manifest.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app/manifest.json b/app/manifest.json index e5e08c4b6..0fee3f051 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,8 +1,9 @@ { "name": "MetaMask", "short_name": "Metamask", - "version": "2.9.2", + "version": "2.10.2", "manifest_version": 2, + "author": "https://metamask.io", "description": "Ethereum Browser Extension", "commands": { "_execute_browser_action": { @@ -28,7 +29,8 @@ "scripts": [ "scripts/chromereload.js", "scripts/background.js" - ] + ], + "persistent": true }, "browser_action": { "default_icon": { |