aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/manifest.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/manifest.json b/app/manifest.json
index 13ba074e7..114586d0f 100644
--- a/app/manifest.json
+++ b/app/manifest.json
@@ -56,11 +56,11 @@
],
"permissions": [
"storage",
+ "unlimitedStorage",
"clipboardWrite",
"http://localhost:8545/",
"https://*.infura.io/"
],
- "unlimitedStorage": true,
"web_accessible_resources": [
"scripts/inpage.js"
],