diff options
Add unlimitedStorage option to manifest
Diffstat (limited to 'app/manifest.json')
-rw-r--r-- | app/manifest.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/manifest.json b/app/manifest.json index d795a225a..13ba074e7 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -60,6 +60,7 @@ "http://localhost:8545/", "https://*.infura.io/" ], + "unlimitedStorage": true, "web_accessible_resources": [ "scripts/inpage.js" ], |