Allow persistent storage.
Previously, all wallet data was deleted on browser restart.
This commit is contained in:
parent
7348b0ca41
commit
bcc70d6949
@ -11,6 +11,7 @@
|
||||
},
|
||||
|
||||
"permissions": [
|
||||
"storage",
|
||||
"http://*/*",
|
||||
"https://*/*"
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user