aboutsummaryrefslogtreecommitdiffstats
path: root/app/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'app/manifest.json')
-rw-r--r--app/manifest.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/manifest.json b/app/manifest.json
index d6c57d681..13ba074e7 100644
--- a/app/manifest.json
+++ b/app/manifest.json
@@ -1,7 +1,7 @@
{
"name": "MetaMask",
"short_name": "Metamask",
- "version": "3.13.3",
+ "version": "3.13.7",
"manifest_version": 2,
"author": "https://metamask.io",
"description": "Ethereum Browser Extension",
@@ -60,6 +60,7 @@
"http://localhost:8545/",
"https://*.infura.io/"
],
+ "unlimitedStorage": true,
"web_accessible_resources": [
"scripts/inpage.js"
],